Skip to content

Commit

Permalink
set VTT as default subtitle type
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolar0042 committed Oct 16, 2022
1 parent 67de4a4 commit 06568cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ani/saikou/settings/PlayerSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class PlayerSettings(

//Subtitles
var subtitles: Boolean = true,
var kamySubType: Int = 0,
var kamySubType: Int = 1,
var primaryColor: Int = 4,
var secondaryColor: Int = 0,
var outline: Int = 0,
Expand Down

0 comments on commit 06568cb

Please sign in to comment.