fix gestor de contenido, wip reproductor y diseño
This commit is contained in:
@@ -153,4 +153,9 @@ class MediaFileModel {
|
||||
DateTime? get lastViewedAt => metadataJson?['last_viewed_at'] != null
|
||||
? DateTime.tryParse(metadataJson!['last_viewed_at'])
|
||||
: null;
|
||||
|
||||
// Poster information from metadata_json
|
||||
String? get posterUrl => metadataJson?['poster_url'];
|
||||
String? get posterFileName => metadataJson?['poster_file_name'];
|
||||
int? get fileSizeBytesFromMetadata => metadataJson?['file_size_bytes'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user