mirror of
https://github.com/talwat/lowfi
synced 2025-12-09 16:34:12 +00:00
fix: non-mpris compilations
This commit is contained in:
parent
81401575de
commit
bd0e0968ae
@ -52,9 +52,11 @@ pub struct State {
|
|||||||
pub sink: Arc<rodio::Sink>,
|
pub sink: Arc<rodio::Sink>,
|
||||||
pub current: Current,
|
pub current: Current,
|
||||||
pub bookmarked: bool,
|
pub bookmarked: bool,
|
||||||
list: String,
|
|
||||||
timer: Option<Instant>,
|
timer: Option<Instant>,
|
||||||
pub(crate) width: usize,
|
pub(crate) width: usize,
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
list: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl State {
|
impl State {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user