Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
311
Issues
311
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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 {
...
@@ -82,7 +82,7 @@ class VLCAlbumCategoryViewController: VLCMediaCategoryViewController {
class
VLCAudioPlaylistCategoryViewController
:
VLCMediaCategoryViewController
{
class
VLCAudioPlaylistCategoryViewController
:
VLCMediaCategoryViewController
{
init
(
_
services
:
Services
)
{
init
(
_
services
:
Services
)
{
let
model
=
Video
Model
(
medialibrary
:
services
.
medialibraryManager
)
let
model
=
Playlist
Model
(
medialibrary
:
services
.
medialibraryManager
)
super
.
init
(
services
:
services
,
category
:
model
)
super
.
init
(
services
:
services
,
category
:
model
)
category
.
updateView
=
{
[
weak
self
]
in
category
.
updateView
=
{
[
weak
self
]
in
self
?
.
reloadData
()
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