We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc1350 commit 94f4673Copy full SHA for 94f4673
src/Services/M3U.vala
@@ -7,7 +7,7 @@ namespace Music.M3U {
7
8
// Standard specification here: https://en.wikipedia.org/wiki/M3U
9
public File[] parse_playlist (File playlist) {
10
- debug ("Parsing playlist: " + playlist.get_basename () + "\n");
+ debug ("Parsing playlist: %s", playlist.get_path ());
11
File[] list = {};
12
13
try {
0 commit comments