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
310
Issues
310
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
eb3cfe3b
Commit
eb3cfe3b
authored
Mar 28, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AspenProject: make use of updated MLKit symbol
parent
042d5381
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
AspenProject/VLCAppDelegate.m
AspenProject/VLCAppDelegate.m
+0
-1
AspenProject/VLCDetailViewController.m
AspenProject/VLCDetailViewController.m
+2
-2
AspenProject/VLCPlaylistViewController.m
AspenProject/VLCPlaylistViewController.m
+2
-2
No files found.
AspenProject/VLCAppDelegate.m
View file @
eb3cfe3b
...
...
@@ -95,7 +95,6 @@
}
}
[[
MLMediaLibrary
sharedMediaLibrary
]
addFilePaths
:
filePaths
];
[[
MLMediaLibrary
sharedMediaLibrary
]
updateDatabase
];
[
_playlistViewController
updateMediaDatabase
];
}
...
...
AspenProject/VLCDetailViewController.m
View file @
eb3cfe3b
...
...
@@ -37,7 +37,7 @@
if
(
self
.
masterPopoverController
!=
nil
)
{
[
self
.
masterPopoverController
dismissPopoverAnimated
:
YES
];
}
}
}
-
(
void
)
configureView
...
...
@@ -70,7 +70,7 @@
}
return
self
;
}
#pragma mark - Split view
-
(
void
)
splitViewController
:(
UISplitViewController
*
)
splitController
willHideViewController
:(
UIViewController
*
)
viewController
withBarButtonItem
:(
UIBarButtonItem
*
)
barButtonItem
forPopoverController
:(
UIPopoverController
*
)
popoverController
...
...
AspenProject/VLCPlaylistViewController.m
View file @
eb3cfe3b
...
...
@@ -62,8 +62,8 @@
-
(
void
)
updateMediaDatabase
{
[[
MLMediaLibrary
sharedMediaLibrary
]
updateDatabase
];
[[
MLMediaLibrary
sharedMediaLibrary
]
update
Media
Database
];
if
(
_foundMedia
)
[
_foundMedia
release
];
...
...
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