12 lines
394 B
Diff
12 lines
394 B
Diff
--- a/Slim/Player/Playlist.pm 2015-08-16 16:39:04.469868701 +0100
|
|
+++ b/Slim/Player/Playlist.pm 2015-08-16 16:39:04.469868701 +0100
|
|
@@ -1042,7 +1042,7 @@
|
|
$id =~ s/://g;
|
|
|
|
return Slim::Utils::Misc::fileURLFromPath(
|
|
- catfile(Slim::Utils::OSDetect::dirsFor('prefs'), "clientplaylist_$id.m3u")
|
|
+ catfile(Slim::Utils::OSDetect::dirsFor('ClientPlaylists'), "clientplaylist_$id.m3u")
|
|
);
|
|
}
|
|
|