summaryrefslogtreecommitdiff
path: root/gnomemusic/fileexistsasync.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnomemusic/fileexistsasync.py')
-rw-r--r--gnomemusic/fileexistsasync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnomemusic/fileexistsasync.py b/gnomemusic/fileexistsasync.py
index 18a09b6d..3433f160 100644
--- a/gnomemusic/fileexistsasync.py
+++ b/gnomemusic/fileexistsasync.py
@@ -47,7 +47,7 @@ class FileExistsAsync(GObject.GObject):
"""
thumb_file.query_info_async(
Gio.FILE_ATTRIBUTE_STANDARD_TYPE, Gio.FileQueryInfoFlags.NONE,
- GLib.PRIORITY_DEFAULT, None, self._on_query_info_finished)
+ GLib.PRIORITY_DEFAULT_IDLE, None, self._on_query_info_finished)
def _on_query_info_finished(
self, thumb_file: Gio.File, res: Gio.AsyncResult) -> None: