From f500caffa7a934ba0dd6cee21be1e336261f2e4d Mon Sep 17 00:00:00 2001 From: Aaron Manning Date: Wed, 25 Feb 2026 17:49:38 +0000 Subject: [PATCH] change listened and master feed titles for sort order --- src/folders.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,