diff --git a/src/folders.rs b/src/folders.rs index c060d19..d9ab8b0 100644 --- a/src/folders.rs +++ b/src/folders.rs @@ -8,8 +8,8 @@ pub(crate) const LOCAL_PLAYLISTS_DIR: &str = "playlists"; pub(crate) const IPOD_PODCASTS_DIR: &str = "Podcasts"; -pub(crate) const LISTENED_PLAYLIST_PATH: &str = "[PC] [Listened].m3u"; -pub(crate) const MASTER_PLAYLIST_PATH: &str = "[PC] [Master Feed].m3u"; +pub(crate) const LISTENED_PLAYLIST_PATH: &str = "[PC] [ Listened ].m3u"; +pub(crate) const MASTER_PLAYLIST_PATH: &str = "[PC] [ Master Feed ].m3u"; pub(crate) fn podcast_folder( root: &path::Path,