Skip to content

Commit

Permalink
Recreate the YouTube application
Browse files Browse the repository at this point in the history
  • Loading branch information
i3arnon committed Feb 23, 2020
1 parent 15a5c11 commit 2894959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/YoutubeFeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public YoutubeFeed()
new YouTubeService(
new BaseClientService.Initializer
{
ApiKey = "AIzaSyD0E4ozDor6cgdyQKHvOgLCrrQMEX226Qc",
ApplicationName = "YouCast2",
ApiKey = "AIzaSyANb4I8D4P18fh0GFzk0O_GV6i6XbnJt4Q",
ApplicationName = "YouCast2020"
});
}

Expand Down

0 comments on commit 2894959

Please sign in to comment.