Typo on method name
This commit is contained in:
parent
f9765b4fed
commit
8b08f146a0
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class MediaVlcPlugin(MediaPlugin):
|
||||||
if subtitles:
|
if subtitles:
|
||||||
if subtitles.startswith('file://'):
|
if subtitles.startswith('file://'):
|
||||||
subtitles = subtitles[len('file://'):]
|
subtitles = subtitles[len('file://'):]
|
||||||
self._player.set_subtitle_file(subtitles)
|
self._player.video_set_subtitle_file(subtitles)
|
||||||
|
|
||||||
self._is_playing_torrent = False
|
self._is_playing_torrent = False
|
||||||
self._player.play()
|
self._player.play()
|
||||||
|
|
Loading…
Reference in a new issue