Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
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
Hide 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
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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