mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(libraries): add size property to Library and related models for better content representation
This commit is contained in:
@@ -7,6 +7,7 @@ data class Library(
|
||||
val name: String,
|
||||
val type: LibraryKind,
|
||||
val posterUrl: String,
|
||||
val size: Int,
|
||||
val series: List<Series>? = null,
|
||||
val movies: List<Movie>? = null,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user