Volume configurable range 0-100
This commit is contained in:
committed by
Henrik Friedrichsen
parent
56a178dcfd
commit
45858df8a3
@@ -17,7 +17,7 @@ pub struct Config {
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
pub struct SavedState {
|
||||
pub volume: Option<u16>,
|
||||
pub volume: Option<u8>,
|
||||
pub shuffle: Option<bool>,
|
||||
pub repeat: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user