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 e4a1fc9d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,