rename playback-time to position in /api/nowplaying
This commit is contained in:
parent
a019473647
commit
54640510db
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -165,7 +165,7 @@ def api_nowplaying():
|
|||
("metadata/by-key/artist", "artist"),
|
||||
("metadata/by-key/album", "album"),
|
||||
("media-title", "title"),
|
||||
"playback-time",
|
||||
("playback-time", "position"),
|
||||
"duration",
|
||||
]:
|
||||
if isinstance(prop, tuple):
|
||||
|
|
Loading…
Add table
Reference in a new issue