Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geoffrey Métais
VLC-Android
Commits
d103df73
Commit
d103df73
authored
May 07, 2018
by
Geoffrey Métais
Browse files
Stop service instead of repeating on failure
parent
d9faec30
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/media/PlaylistManager.kt
View file @
d103df73
...
...
@@ -691,7 +691,7 @@ class PlaylistManager(val service: PlaybackService) : MediaWrapperList.EventList
service
.
showToast
(
service
.
getString
(
R
.
string
.
invalid_location
,
getCurrentMedia
()
?.
getLocation
()
?:
""
),
Toast
.
LENGTH_SHORT
)
next
(
)
if
(
currentIndex
!=
nextIndex
)
next
()
else
stop
(
true
)
}
}
service
.
onMediaPlayerEvent
(
event
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment