Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
5216cfb3
Commit
5216cfb3
authored
Jun 25, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist_print: use playlist_open_any()
Allow printing remote playlists with the commands "listplaylist" and "listplaylistinfo".
parent
373d1843
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
playlist_print.c
src/playlist_print.c
+2
-2
No files found.
src/playlist_print.c
View file @
5216cfb3
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "playlist_print.h"
#include "playlist_print.h"
#include "playlist_list.h"
#include "playlist_list.h"
#include "playlist_plugin.h"
#include "playlist_plugin.h"
#include "playlist_
mapper
.h"
#include "playlist_
any
.h"
#include "playlist_song.h"
#include "playlist_song.h"
#include "queue_print.h"
#include "queue_print.h"
#include "stored_playlist.h"
#include "stored_playlist.h"
...
@@ -170,7 +170,7 @@ bool
...
@@ -170,7 +170,7 @@ bool
playlist_file_print
(
struct
client
*
client
,
const
char
*
uri
,
bool
detail
)
playlist_file_print
(
struct
client
*
client
,
const
char
*
uri
,
bool
detail
)
{
{
struct
input_stream
*
is
;
struct
input_stream
*
is
;
struct
playlist_provider
*
playlist
=
playlist_
mapper_open
(
uri
,
&
is
);
struct
playlist_provider
*
playlist
=
playlist_
open_any
(
uri
,
&
is
);
if
(
playlist
==
NULL
)
if
(
playlist
==
NULL
)
return
false
;
return
false
;
...
...
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