fix(subsonic): never omit duration for AlbumID3 (#5217)

This commit is contained in:
Kendall Garner
2026-03-17 17:20:10 +00:00
committed by GitHub
parent 693abe2f6b
commit f39d75e7d2
8 changed files with 9 additions and 6 deletions
@@ -6,6 +6,7 @@
"openSubsonic": true,
"album": {
"id": "",
"name": ""
"name": "",
"duration": 0
}
}