make album column for tracks configurable
introduces new config variable `album_column` fixes #267
This commit is contained in:
@@ -21,6 +21,7 @@ pub struct Config {
|
||||
pub volnorm_pregain: Option<f32>,
|
||||
pub notify: Option<bool>,
|
||||
pub bitrate: Option<u32>,
|
||||
pub album_column: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user