-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
40e0b98
commit e33d85c
Showing
17 changed files
with
523 additions
and
1,154 deletions.
There are no files selected for viewing
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
4 changes: 2 additions & 2 deletions
4
app/src/main/java/org/jellyfin/androidtv/data/compat/PlaybackException.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package org.jellyfin.androidtv.data.compat | ||
|
||
import org.jellyfin.apiclient.model.dlna.PlaybackErrorCode | ||
import org.jellyfin.sdk.model.api.PlaybackErrorCode | ||
|
||
class PlaybackException : RuntimeException() { | ||
var errorCode = PlaybackErrorCode.NotAllowed | ||
var errorCode = PlaybackErrorCode.NOT_ALLOWED | ||
} |
97 changes: 0 additions & 97 deletions
97
app/src/main/java/org/jellyfin/androidtv/data/compat/StreamBuilder.java
This file was deleted.
Oops, something went wrong.
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
12 changes: 0 additions & 12 deletions
12
app/src/main/java/org/jellyfin/androidtv/data/compat/SubtitleStreamInfo.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.