Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
231c688b
Commit
231c688b
authored
Jun 29, 2018
by
Hugo Beauzée-Luyssen
Browse files
MediaLibrary: Fix copy/paste mistake
parent
ce145c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
231c688b
...
...
@@ -725,7 +725,7 @@ Query<IMedia> MediaLibrary::searchVideo( const std::string& pattern, const Query
{
if
(
validateSearchPattern
(
pattern
)
==
false
)
return
{};
return
Media
::
search
(
this
,
pattern
,
IMedia
::
Type
::
Audi
o
,
params
);
return
Media
::
search
(
this
,
pattern
,
IMedia
::
Type
::
Vide
o
,
params
);
}
Query
<
IPlaylist
>
MediaLibrary
::
searchPlaylists
(
const
std
::
string
&
name
,
...
...
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