fix: non-mpris compilations

This commit is contained in:
talwat 2025-12-02 22:01:19 +01:00
parent 81401575de
commit bd0e0968ae

View File

@ -52,9 +52,11 @@ pub struct State {
pub sink: Arc<rodio::Sink>,
pub current: Current,
pub bookmarked: bool,
list: String,
timer: Option<Instant>,
pub(crate) width: usize,
#[allow(dead_code)]
list: String,
}
impl State {