Skip to content

Commit ad42eab

Browse files
committed
Fix youtube log issue
1 parent 31e9514 commit ad42eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/youtube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_youtube_channel_ids(self):
5454
cache_identifier = self.srgssr.addon_id + ".youtube_channel_ids"
5555
channel_ids = self.srgssr.cache.get(cache_identifier)
5656
if not channel_ids:
57-
self.log(
57+
self.srgssr.log(
5858
"get_youtube_channel_ids: Caching YouTube channel ids."
5959
"This log message should not appear too many times."
6060
)

0 commit comments

Comments
 (0)