feat(ui): Sonarr support for the series details popup
This commit is contained in:
@@ -14,6 +14,7 @@ where
|
||||
#[allow(clippy::new_ret_no_self)]
|
||||
fn new() -> T;
|
||||
fn awaiting_import(self) -> T;
|
||||
fn indeterminate(self) -> T;
|
||||
fn default(self) -> T;
|
||||
fn downloaded(self) -> T;
|
||||
fn downloading(self) -> T;
|
||||
@@ -44,6 +45,10 @@ where
|
||||
self.fg(COLOR_ORANGE)
|
||||
}
|
||||
|
||||
fn indeterminate(self) -> T {
|
||||
self.fg(COLOR_ORANGE)
|
||||
}
|
||||
|
||||
fn default(self) -> T {
|
||||
self.white()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user