forked from rc/aircox
fix error
This commit is contained in:
parent
ab093047ff
commit
f5ec634e3c
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user