Fixed missing steam cdn url setting for thumbnailer plugin; fixed vod_thumbnailer plugin not expanding return values correctly

This commit is contained in:
2025-12-27 16:36:13 -06:00
parent ad06ea50ad
commit 6a3bfbeb13
3 changed files with 5 additions and 3 deletions

View File

@@ -117,8 +117,8 @@ class Plugin(PluginBase):
uri = self._fm_state.uris[0]
path = self._fm_state.tab.get_current_directory()
parts = uri.split("/")
path_exists,
img_hash,
path_exists, \
img_hash, \
hash_img_pth = self._event_system.emit_and_await("get-thumbnail-hash", (uri,))
if not path_exists: