Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
String? mediaTypeLabel(String? mediaType) => switch (mediaType) {
|
||||
'tv' => '剧集',
|
||||
'movie' => '电影',
|
||||
_ => null,
|
||||
};
|
||||
Reference in New Issue
Block a user