change listened and master feed titles for sort order
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user