change listened and master feed titles for sort order

This commit is contained in:
Aaron Manning
2026-02-25 17:49:38 +00:00
parent b016bd4387
commit f500caffa7

View File

@@ -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,