Skip to content

Adds duration annotation to album's queryset

Marcos Peña requested to merge adds-album-queryset-with_duration into develop

Cf. !1406 (merged)

Adds with_duration annotation to music album's queryset, in consistency with playlist's queryset. Now we can use album duration property in other views, and also subsonic serializer is less convoluted.

Merge request reports