1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-31 01:47:56 +00:00

Merge pull request #5116 from hlloreda/fix-crash-deleting-video-refreshing

Fix crash deleting video refreshing
This commit is contained in:
Stypox
2020-12-15 09:52:17 +01:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ import org.schabi.newpipe.database.stream.model.StreamStateEntity
import org.schabi.newpipe.extractor.stream.StreamInfoItem
import kotlin.jvm.Throws
class PlaylistStreamEntry(
data class PlaylistStreamEntry(
@Embedded
val streamEntity: StreamEntity,