-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e6f88e
commit 832ab68
Showing
18 changed files
with
103 additions
and
334 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
app/src/main/java/org/jellyfin/androidtv/data/repository/ItemRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package org.jellyfin.androidtv.data.repository | ||
|
||
import org.jellyfin.sdk.model.api.ItemFields | ||
|
||
object ItemRepository { | ||
val itemFields = setOf( | ||
ItemFields.CAN_DELETE, | ||
ItemFields.CHANNEL_INFO, | ||
ItemFields.CHAPTERS, | ||
ItemFields.CHILD_COUNT, | ||
ItemFields.CUMULATIVE_RUN_TIME_TICKS, | ||
ItemFields.DATE_CREATED, | ||
ItemFields.DISPLAY_PREFERENCES_ID, | ||
ItemFields.GENRES, | ||
ItemFields.ITEM_COUNTS, | ||
ItemFields.MEDIA_SOURCE_COUNT, | ||
ItemFields.MEDIA_SOURCES, | ||
ItemFields.MEDIA_STREAMS, | ||
ItemFields.OVERVIEW, | ||
ItemFields.PATH, | ||
ItemFields.PRIMARY_IMAGE_ASPECT_RATIO, | ||
ItemFields.SERIES_PRIMARY_IMAGE, | ||
ItemFields.TAGLINES, | ||
ItemFields.TRICKPLAY, | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.