deleting and not generating empty unlistened playlists
This commit is contained in:
@@ -11,6 +11,9 @@ pub(crate) const IPOD_PODCASTS_DIR: &str = "Podcasts";
|
||||
pub(crate) const LISTENED_PLAYLIST_PATH: &str = "[PC Meta] [Listened].m3u";
|
||||
pub(crate) const MASTER_PLAYLIST_PATH: &str = "[PC Meta] [Master Feed].m3u";
|
||||
|
||||
pub(crate) const PLAYLIST_PREFIX: &str = "[PC]";
|
||||
pub(crate) const UNLISTENED_SUFFIX: &str = "(unlistened)";
|
||||
|
||||
pub(crate) fn podcast_folder(
|
||||
root: &path::Path,
|
||||
alias: &str,
|
||||
|
||||
Reference in New Issue
Block a user