Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
264
Issues
264
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
6971af0b
Commit
6971af0b
authored
Aug 09, 2018
by
Soomin Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCVideoPlaylistCategoryViewController: Use playlist model
parent
acf6598c
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 @
6971af0b
...
...
@@ -32,7 +32,7 @@ class VLCShowEpisodeCategoryViewController: VLCMediaCategoryViewController {
class
VLCVideoPlaylistCategoryViewController
:
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