blob: 4220ac82336e58873e50bfbc1fc763e6cf4ef02d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Slim/Player/Playlist.pm.orig 2012-05-29 13:43:52.000000000 +0100
+++ Slim/Player/Playlist.pm 2012-05-29 13:43:52.000000000 +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")
);
}
|