Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
907261df
Commit
907261df
authored
Mar 09, 2018
by
Mike JS. Choi
Committed by
Carola Nitz
Mar 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return immutable array of enabled remote commands
(cherry picked from commit
ad5e42ca
)
parent
32a27bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SharedSources/VLCRemoteControlService.m
SharedSources/VLCRemoteControlService.m
+1
-1
No files found.
SharedSources/VLCRemoteControlService.m
View file @
907261df
...
...
@@ -32,7 +32,7 @@ static inline NSArray * RemoteCommandCenterCommandsToHandle()
if
(
@available
(
iOS
9
.
1
,
*
))
{
[
commands
addObject
:
cc
.
changePlaybackPositionCommand
];
}
return
commands
;
return
[
commands
copy
]
;
}
-
(
void
)
subscribeToRemoteCommands
...
...
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