Skip to content

Commit

Permalink
Merge pull request #5116 from hlloreda/fix-crash-deleting-video-refre…
Browse files Browse the repository at this point in the history
…shing

Fix crash deleting video refreshing
  • Loading branch information
Stypox committed Dec 15, 2020
2 parents 276f50a + b30e025 commit e4a1fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit e4a1fc9

Please sign in to comment.