summaryrefslogtreecommitdiff
path: root/src/msd/msd_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/msd/msd_search.py')
-rw-r--r--src/msd/msd_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msd/msd_search.py b/src/msd/msd_search.py
index afa4c0e..82356c6 100644
--- a/src/msd/msd_search.py
+++ b/src/msd/msd_search.py
@@ -58,7 +58,7 @@ class SearchModel(GenericModel):
return search_string
- def fetch_items(self, start, count):
+ def _fetch_items(self, start, count):
self.__root.search(self.__search_string,
start, count,
GenericModel.filter,