Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
19e5fb44
Commit
19e5fb44
authored
May 09, 2016
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vpc: correctly respect continuity options for audio and video (closes #16840)
parent
acd241e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sources/VLCPlaybackController.m
Sources/VLCPlaybackController.m
+1
-1
No files found.
Sources/VLCPlaybackController.m
View file @
19e5fb44
...
...
@@ -1023,7 +1023,7 @@ setstuff:
if
(
lastPosition
<
.
95
&&
_mediaPlayer
.
position
<
lastPosition
&&
(
duration
*
lastPosition
-
duration
)
<
-
50000
)
{
NSInteger
continuePlayback
;
if
(
!
_mediaPlayer
.
hasVideoOut
)
if
(
[
item
isAlbumTrack
]
||
[
item
isSupportedAudioFile
]
)
continuePlayback
=
[[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
kVLCSettingContinueAudioPlayback
]
integerValue
];
else
continuePlayback
=
[[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
kVLCSettingContinuePlayback
]
integerValue
];
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
13e75086
·
May 09, 2016
mentioned in commit
13e75086
mentioned in commit 13e75086a0418be3b854d3c47cc33dff293a3f2a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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