mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03: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
Reference in a new issue