feat(ui): Add series support Sonarr
This commit is contained in:
@@ -21,6 +21,7 @@ pub enum Size {
|
||||
Small,
|
||||
Medium,
|
||||
Large,
|
||||
Long,
|
||||
}
|
||||
|
||||
impl Size {
|
||||
@@ -37,6 +38,7 @@ impl Size {
|
||||
Size::Small => (40, 40),
|
||||
Size::Medium => (60, 60),
|
||||
Size::Large => (75, 75),
|
||||
Size::Long => (65, 80),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user