You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.7...

12 lines
395 B

--- Slim/Player/Playlist.pm.orig 2012-05-29 12:52:03.351548099 +0100
+++ Slim/Player/Playlist.pm 2012-05-29 12:52:32.676570561 +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")
);
}