refactor: Created a derive macro for defining the display style of Enum models and removed the use of the EnumDisplayStyle trait
This commit is contained in:
@@ -17,7 +17,7 @@ use crate::{
|
||||
models::{
|
||||
servarr_data::sonarr::sonarr_data::{ActiveSonarrBlock, LIBRARY_BLOCKS},
|
||||
sonarr_models::{Series, SeriesStatus},
|
||||
EnumDisplayStyle, Route,
|
||||
Route,
|
||||
},
|
||||
ui::{
|
||||
styles::ManagarrStyle,
|
||||
|
||||
Reference in New Issue
Block a user