fix error

This commit is contained in:
bkfox 2016-08-27 15:59:04 +02:00
parent ab093047ff
commit f5ec634e3c

View File

@ -267,7 +267,7 @@ class SourceController:
return return
if source.type == source.Type.file and source.url: if source.type == source.Type.file and source.url:
self.playlist = [ self.url ] self.playlist = [ source.url ]
return return
def from_file(self, path = None): def from_file(self, path = None):