GNOME Bugzilla – Bug 702255
7.3.113.1,7.3.118.4: Wrong dlna:dlnaManaged flags in playlist root container
Last modified: 2013-07-30 08:37:03 UTC
Needs more checking whether this is a core issue or a MediaExport issue, filing as core for now
it's both, server does not provide any means to override the OCM flags and MediaExport needs to remove upload/destroy from them for the PlaylistRootContainer since it only allows container creation
Created attachment 247315 [details] [review] server,media-export: Change OCM flags in playlist root container Needs to be checked whether the changes in server cause an ABI issue
Turns out that making the property virtual instead of abstract is only necessary due to a vala bug: https://git.gnome.org/browse/vala/commit/?id=f6146eaea2793aadcb2ad597a67ac6c1f736282c
Created attachment 247733 [details] [review] server,media-export: Change OCM flags in playlist root container Not pushing yet, I've a slight stomach ache from depending on unreleased vala version
Affects 7.3.113.1 as well once the patches from 702258 are applied.
Comment on attachment 247315 [details] [review] server,media-export: Change OCM flags in playlist root container Use this version to not depend on unreleased vala