qt/MLVideoModel: don't reset model on media update event
1 unresolved thread
1 unresolved thread
when you're browsing medialibrary (video view) and stop a playing video, it causes the video view to be reset this MR fixes it
only update changed item instead of resetting whole model
also only reset model if added item is a video
Merge request reports
Activity
Filter activity
added MRStatus::NotCompliant label
added MRStatus::Reviewable label and removed MRStatus::NotCompliant label
added Component::Interface: Qt label
changed milestone to %4.0
Hi,
As I mentioned briefly the last time we talked, I've been working on this subject recently, I think my solution aims to be more generic and work across all models and handle deletion as well. it's still in early stages, but you can find my progress here