mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
9 lines
257 B
Kotlin
9 lines
257 B
Kotlin
package com.github.libretube.services
|
|
|
|
import androidx.annotation.OptIn
|
|
import androidx.media3.common.util.UnstableApi
|
|
|
|
@OptIn(UnstableApi::class)
|
|
class VideoOnlinePlayerService : OnlinePlayerService() {
|
|
override val isAudioOnlyPlayer: Boolean = false
|
|
} |