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
b2ecc662
Commit
b2ecc662
authored
Jun 01, 2018
by
Hugo Beauzée-Luyssen
Browse files
Playlist: Remove trailing backslash
parent
8b04a6d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Playlist.cpp
View file @
b2ecc662
...
...
@@ -62,7 +62,7 @@ Playlist::Playlist( MediaLibraryPtr ml, const std::string& name )
std
::
shared_ptr
<
Playlist
>
Playlist
::
create
(
MediaLibraryPtr
ml
,
const
std
::
string
&
name
)
{
auto
self
=
std
::
make_shared
<
Playlist
>
(
ml
,
name
);
static
const
std
::
string
req
=
"INSERT INTO "
+
policy
::
PlaylistTable
::
Name
+
\
static
const
std
::
string
req
=
"INSERT INTO "
+
policy
::
PlaylistTable
::
Name
+
"(name, file_id, creation_date, artwork_mrl) VALUES(?, ?, ?, ?)"
;
try
{
...
...
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