fix error
This commit is contained in:
parent
ab093047ff
commit
f5ec634e3c
|
@ -267,7 +267,7 @@ class SourceController:
|
|||
return
|
||||
|
||||
if source.type == source.Type.file and source.url:
|
||||
self.playlist = [ self.url ]
|
||||
self.playlist = [ source.url ]
|
||||
return
|
||||
|
||||
def from_file(self, path = None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user