You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever any character is added to an empty advanced search string the app crashes.
Steps to reproduce
Open Tagger
Open a music folder
Type !artist="" in the search input
Type any character inside the ""
Alternative steps to reproduce
Open Tagger
Open a music folder
Type !artist=" in the search input
Type a search term after "
Add " after the search term
The app should filter correctly until this point
Position the cursor after the last character of the search term, before the closing "
Tap the Backspace key a few times
Expected results
The list is filtered according to the typed string.
Actual results
The app crashes.
Stack trace
UnhandledException - unhandled exception: System.ArgumentException: An item with the same key has already been added. Key: 01 - sin deep my wicked angel.flac
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at NickvisionTagger.Shared.Controllers.MainWindowController.AdvancedSearch(String s) in /build/tagger/parts/tagger/src/NickvisionTagger.Shared/Controllers/MainWindowController.cs:line 1567
at NickvisionTagger.GNOME.Views.MainWindow.SearchChanged(SearchEntry sender, EventArgs e) in /build/tagger/parts/tagger/src/NickvisionTagger.GNOME/Views/MainWindow.cs:line 1657
at GObject.Signal`1.<>c__DisplayClass11_0.<Connect>b__0(Value returnValue, Value[] parameters)
at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, IntPtr paramValuesData, IntPtr invocationHint, IntPtr userData)
Whenever any character is added to an empty advanced search string the app crashes.
Steps to reproduce
!artist=""
in the search input""
Alternative steps to reproduce
!artist="
in the search input"
"
after the search term"
Expected results
The list is filtered according to the typed string.
Actual results
The app crashes.
Stack trace
System info
The text was updated successfully, but these errors were encountered: