Skip to content

Commit

Permalink
Re-enable OAuth authorisation for YouTube TV
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 16, 2024
1 parent 5d0cd0e commit 370d5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lib/youtube_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

key_sets = {
'youtube-tv': {
'api_key': '',
'client_id': '',
'client_secret': '',
'api_key': 'QUl6YVN5QzZmdlpTSkhBN1Z6NWo4akNpS1J0N3RVSU9xakUyTjNn',
'client_id': 'ODYxNTU2NzA4NDU0LWQ2ZGxtM2xoMDVpZGQ4bnBlazE4azZiZThiYTNvYzY4',
'client_secret': 'U2JvVmhvRzlzMHJOYWZpeENTR0dLWEFU',
},
'provided': {
'0': {
Expand Down

0 comments on commit 370d5e7

Please sign in to comment.