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
commit 533bf43817

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,