Sfoglia il codice sorgente

Add back Model getter for EnhancedSearch. Oops.

Stephen Damm 5 anni fa
parent
commit
974a97df88
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

+ 5 - 0
SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

@@ -79,6 +79,11 @@ namespace SongBrowser.UI
             {
                 _model = value;
             }
+
+            get
+            {
+                return _model;
+            }
         }
 
         // UI Created