Update Play/Pause status to Player channel widget (#15662)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
@@ -168,7 +168,9 @@ String oppo_remote_button "Remote Button [%s]" { channel="oppo:player:myoppo:rem
|
||||
secondsformat.js:
|
||||
|
||||
```javascript
|
||||
(function(totalSeconds) {
|
||||
(function(timestamp) {
|
||||
var totalSeconds = Date.parse(timestamp) / 1000
|
||||
|
||||
if (isNaN(totalSeconds)) {
|
||||
return '-';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user