https://bugs.kde.org/show_bug.cgi?id=454032

Yerrey Dev <yer...@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yer...@protonmail.com

--- Comment #16 from Yerrey Dev <yer...@protonmail.com> ---
I was looking into this, and seems that inlining
ElisaApplication.mediaPlayListProxyModel.enqueue(...) into the onReplaceAndPlay
in DataGridView.qml (like it is done in DataListView) does solve this bug, but
I'm not exactly sure if the currently implemented signal approach has any
functional difference to that. Currently it calls from DataGridView ->
GridViewProxyModel -> AbstractMediaProxyModel -> mediaPlayListProxyModel, which
we could just skip from DataGridView -> mediaPlayListProxyModel.

I couldn't troubleshoot what the actual problem is with the current
implementation, but we never arrive at MediaPlayListProxyModel::enqueue after
calling the signal Q_EMIT entriesToEnqueue from abstractMediaProxyModel.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to