Merge branch 'background-cover' of https://github.com/9and3r/mopidy-touchscreen into background-cover

Conflicts:
	mopidy_touchscreen/dynamic_background.py
	mopidy_touchscreen/screen_manager.py
This commit is contained in:
Ander
2015-01-10 01:04:35 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ class ScreenManager():
self.core = core
self.cache = cache
self.fonts = {}
self.background = DynamicBackground(size)
self.current_screen = library_index
self.init_manager(size)