mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-05 10:49:26 +02:00
Merge pull request #5116 from hlloreda/fix-crash-deleting-video-refreshing
Fix crash deleting video refreshing
This commit is contained in:
commit
e4a1fc9d95
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue