Ticket #318 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

MediaRenderer option fails to load if MediaServer option is disabled

Reported by: Caleb Assigned to: dev
Priority: major Milestone:
Component: Rhythmbox Version:
Keywords: Cc:

Description

Working with the the Rhythmbox UPnP plugin from SVN rev 1655, I discovered disabling the MediaServer option in the plugin configuration will cause the MediaRenderer code to fail when loaded, with the following error message:

AttributeError: 'CoherencePlugin' object has no attribute 'server'

The fix is fairly simple: some MediaRenderer code relied on the MediaServer UUID. A diff against SVN rev 1655 is attached.

Attachments

mediarenderer.diff (3.5 kB) - added by Caleb on 18.08.2010 06:36:19.

Change History

18.08.2010 06:36:19 changed by Caleb

  • attachment mediarenderer.diff added.

02.02.2011 07:55:07 changed by Caleb

  • status changed from new to closed.
  • resolution set to fixed.