Remove Playlist repeat option

This commit is contained in:
norepro 2025-11-27 21:03:57 -08:00
parent b559de8fc5
commit 42b1f6e5e8
4 changed files with 3 additions and 10 deletions

View file

@ -45,7 +45,6 @@ pub enum RepeatState {
#[default]
Disabled,
Track,
Playlist,
}
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]