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

@@ -15,7 +15,8 @@
"album": "",
"name": "",
"songCount": 0,
"duration": 0
"duration": 0,
"playCount": 0
}
}
}