Fix position
This commit is contained in:
parent
bbd8e18002
commit
8660b12d15
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class PlayStrm(object):
|
||||||
LOG.info('Initiating play for %s', self)
|
LOG.info('Initiating play for %s', self)
|
||||||
if not delayed:
|
if not delayed:
|
||||||
self.start_playback(self.start_index)
|
self.start_playback(self.start_index)
|
||||||
return self.start_index
|
return self.index
|
||||||
|
|
||||||
def play_folder(self, position=None):
|
def play_folder(self, position=None):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue