Browse Source

Add back Model getter for EnhancedSearch. Oops.

Stephen Damm 5 years ago
parent
commit
974a97df88
1 changed files with 5 additions and 0 deletions
  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