Browse Source

Add back Model getter for EnhancedSearch. Oops.

Stephen Damm 5 năm trước cách đây
mục cha
commit
974a97df88
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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