Skip to content

Commit

Permalink
Fix incorrectly resetting subscription items
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Jan 16, 2024
1 parent 8b1ba2d commit acd6e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/youtube_plugin/youtube/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ def on_root(self, context, re_match):

# clear cache
cache = context.get_data_cache()
cache.set_item('my-subscriptions-items', '[]')
cache.set_item('my-subscriptions-items', [])

my_subscriptions_item = DirectoryItem(
ui.bold(localize('my_subscriptions')),
Expand Down

0 comments on commit acd6e53

Please sign in to comment.