mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
10 lines
133 B
Kotlin
10 lines
133 B
Kotlin
package com.github.libretube.enums
|
|
|
|
enum class SbSkipOptions {
|
|
OFF,
|
|
VISIBLE,
|
|
MANUAL,
|
|
AUTOMATIC,
|
|
AUTOMATIC_ONCE
|
|
}
|