refactor: zap display_center stub implementations
This commit is contained in:
@@ -176,10 +176,6 @@ impl ListItem for Album {
|
||||
format!("{}", self)
|
||||
}
|
||||
|
||||
fn display_center(&self, _library: Arc<Library>) -> String {
|
||||
"".to_string()
|
||||
}
|
||||
|
||||
fn display_right(&self, library: Arc<Library>) -> String {
|
||||
let saved = if library.is_saved_album(self) {
|
||||
if library.cfg.values().use_nerdfont.unwrap_or(false) {
|
||||
|
||||
Reference in New Issue
Block a user