We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e9514 commit ad42eabCopy full SHA for ad42eab
lib/youtube.py
@@ -54,7 +54,7 @@ def get_youtube_channel_ids(self):
54
cache_identifier = self.srgssr.addon_id + ".youtube_channel_ids"
55
channel_ids = self.srgssr.cache.get(cache_identifier)
56
if not channel_ids:
57
- self.log(
+ self.srgssr.log(
58
"get_youtube_channel_ids: Caching YouTube channel ids."
59
"This log message should not appear too many times."
60
)
0 commit comments