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
f86b511e
Commit
f86b511e
authored
Aug 24, 2018
by
Soomin Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCAudioPlaylistCategoryViewController: Use PlaylistModel
(closes
#294
)
parent
b2015b0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sources/MediaCategories/MediaCategory.swift
Sources/MediaCategories/MediaCategory.swift
+1
-1
No files found.
Sources/MediaCategories/MediaCategory.swift
View file @
f86b511e
...
...
@@ -82,7 +82,7 @@ class VLCAlbumCategoryViewController: VLCMediaCategoryViewController {
class
VLCAudioPlaylistCategoryViewController
:
VLCMediaCategoryViewController
{
init
(
_
services
:
Services
)
{
let
model
=
Video
Model
(
medialibrary
:
services
.
medialibraryManager
)
let
model
=
Playlist
Model
(
medialibrary
:
services
.
medialibraryManager
)
super
.
init
(
services
:
services
,
category
:
model
)
category
.
updateView
=
{
[
weak
self
]
in
self
?
.
reloadData
()
...
...
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