mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix userdata song
This commit is contained in:
parent
a7ba5aeba5
commit
b9f8f05ea7
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@
|
|||
"Title": "Name",
|
||||
"PlayCount": "UserData/PlayCount",
|
||||
"DatePlayed": "UserData/LastPlayedDate",
|
||||
"DateAdded": "DateCreated"
|
||||
"DateAdded": "DateCreated",
|
||||
"Played": "UserData/Played"
|
||||
},
|
||||
"Artwork": {
|
||||
"Id": "Id",
|
||||
|
|
Loading…
Reference in a new issue