Skip to content

albumsview: fix init state resetting

Marinus Schraal requested to merge wip/mschraal/fix-baseview-init into master

Live updates to albumsview currently are not implemented correctly and trigger the same albums being added to the view over and over on any filesystem addition.

Since this is so unreliable and never really worked we really do not want this to happen, however !159 (merged) actually fixed these updates triggering and so we now need to hard disable updates on albumsiew. This is a follow-up patch (see commit message) to amend a first go at this.

Merge request reports