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