Use stream URL as filename if stream (#65)
This commit is contained in:
parent
4931cc3720
commit
aa0db2517b
@ -388,6 +388,9 @@ class SyncplayClient(object):
|
|||||||
return self._globalPaused
|
return self._globalPaused
|
||||||
|
|
||||||
def updateFile(self, filename, duration, path):
|
def updateFile(self, filename, duration, path):
|
||||||
|
if utils.isURL(path):
|
||||||
|
filename = path
|
||||||
|
|
||||||
if not path:
|
if not path:
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user