Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
a442577d
Commit
a442577d
authored
Nov 22, 2015
by
Pierre SAGASPE
Browse files
plex : fix navigation path if it contains a query item
parent
64f43694
Changes
1
Show whitespace changes
Inline
Side-by-side
SharedSources/ServerBrowsing/Plex/VLCPlexParser.m
View file @
a442577d
...
...
@@ -49,7 +49,7 @@ static NSString *const kPlexVLCDeviceName = @"VLC for iOS";
}
}
mediaServerUrl
=
[
urlComponents
URL
].
absoluteString
;
mediaServerUrl
=
[
[
urlComponents
URL
].
absoluteString
stringByReplacingPercentEscapesUsingEncoding
:
NSUTF8StringEncoding
]
;
VLCPlexWebAPI
*
PlexWebAPI
=
[[
VLCPlexWebAPI
alloc
]
init
];
NSURL
*
url
=
[[
NSURL
alloc
]
initWithString
:[
PlexWebAPI
urlAuth
:
mediaServerUrl
authentification
:
auth
]];
...
...
Write
Preview
Supports
Markdown
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