10 lines
133 B
Kotlin

package com.github.libretube.enums
enum class SbSkipOptions {
OFF,
VISIBLE,
MANUAL,
AUTOMATIC,
AUTOMATIC_ONCE
}