The standard for Open Subsonic is not complete for Songs so we don't
know if this field will be supported. Once the standard is ready we can
readress this.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
name=sonic_song.title,
album=mapping,
duration=sonic_song.duration if sonic_song.duration is not None else 0,
+ # We are setting disc number to 0 because the standard for what is part of
+ # a Open Subsonic Song is not yet set and the implementations I have checked
+ # do not contain this field. We should revisit this when the spec is finished
+ disc_number=0,
provider_mappings={
ProviderMapping(
item_id=sonic_song.id,