mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-06 07:02:33 +02:00
2014-09-20 Alban Peignier <alban@tryphon.eu>
* Fixes 'Next Timed Start: [nn:nn:nn]' encoding in RdAirPlay
This commit is contained in:
parent
f920917832
commit
5a9d63a77e
@ -14480,3 +14480,5 @@
|
|||||||
2014-09-18 Fred Gleason <fredg@paravelsystems.com>
|
2014-09-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Merged patch from albanpeignier to allow [Tuning] entry in
|
* Merged patch from albanpeignier to allow [Tuning] entry in
|
||||||
rd.conf(5) to specify temporary directory [GitHub Issue #000011].
|
rd.conf(5) to specify temporary directory [GitHub Issue #000011].
|
||||||
|
2014-09-20 Alban Peignier <alban@tryphon.eu>
|
||||||
|
* Fixes 'Next Timed Start: [nn:nn:nn]' encoding in RdAirPlay
|
||||||
|
@ -138,9 +138,8 @@ void PostCounter::UpdateDisplay()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(isEnabled()&&(!post_time.isNull())) {
|
if(isEnabled()&&(!post_time.isNull())) {
|
||||||
str=QString(tr("Next Timed Start"));
|
point= trUtf8("Next Timed Start") + " [" + post_time.toString(post_time_format) + "]";
|
||||||
point=QString().sprintf("%s [%s]",(const char *)str,
|
|
||||||
(const char *)post_time.toString(post_time_format));
|
|
||||||
if(post_offset_valid) {
|
if(post_offset_valid) {
|
||||||
if(offset<-POST_COUNTER_MARGIN) {
|
if(offset<-POST_COUNTER_MARGIN) {
|
||||||
state=QString().sprintf("-%s",(const char *)
|
state=QString().sprintf("-%s",(const char *)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user