mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
chore: Clean-up for status cards
This commit is contained in:
parent
c9ce5b9b90
commit
ed5598fc66
12 changed files with 69 additions and 81 deletions
|
|
@ -113,6 +113,8 @@ class ItemBaseModel with ItemBaseModelMappable {
|
|||
|
||||
bool get watched => userData.played;
|
||||
|
||||
String? unplayedLabel(BuildContext context) => null;
|
||||
|
||||
String? detailedName(BuildContext context) => "$name${overview.yearAired != null ? " (${overview.yearAired})" : ""}";
|
||||
|
||||
String? get subText => null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue