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
eb3cfe3b
Commit
eb3cfe3b
authored
Mar 28, 2013
by
Felix Paul Kühne
Browse files
AspenProject: make use of updated MLKit symbol
parent
042d5381
Changes
3
Show whitespace changes
Inline
Side-by-side
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
AspenProject/VLCPlaylistViewController.m
View file @
eb3cfe3b
...
...
@@ -62,7 +62,7 @@
-
(
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