Changing the file now automatically resets the time to 0:00

This commit is contained in:
Leo Riesenbach 2019-06-20 21:12:18 -04:00
parent b334dd5e77
commit 4edfa9d240

View File

@ -474,6 +474,7 @@ class SyncplayClient(object):
self.userlist.currentUser.setFile(filename, duration, size, path)
self.sendFile()
self.playlist.changeToPlaylistIndexFromFilename(filename)
self.setPosition(0)
def setTrustedDomains(self, newTrustedDomains):
from syncplay.ui.ConfigurationGetter import ConfigurationGetter