feat(subsonic): return playCount in album responses

closes #458
This commit is contained in:
sentriz
2024-01-18 21:10:19 +00:00
parent 87943ea863
commit ec55f3b22a
18 changed files with 323 additions and 221 deletions

View File

@@ -18,6 +18,7 @@
"name": "album-0",
"songCount": 3,
"duration": 300,
"playCount": 0,
"genre": "Unknown Genre",
"genres": [{ "name": "Unknown Genre" }],
"year": 2021,