mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Added progressbar
This commit is contained in:
6
mopidy_touchscreen/image_manager.py~
Normal file
6
mopidy_touchscreen/image_manager.py~
Normal file
@@ -0,0 +1,6 @@
|
||||
class ImageManager():
|
||||
|
||||
def __init__(self,cache):
|
||||
self.cache = cache
|
||||
|
||||
def isImageInCache(self,imagename):
|
||||
Reference in New Issue
Block a user