From 9789c5f5359e77d8416a55791792a76bf2cb4eee Mon Sep 17 00:00:00 2001 From: max Date: Mon, 18 Aug 2025 15:53:01 +0200 Subject: [PATCH] [CHANGE] Preparing YouTubeClient --- Manager.YouTube/Manager.YouTube.csproj | 4 ---- Manager.YouTube/YouTubeClient.cs | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 Manager.YouTube/YouTubeClient.cs diff --git a/Manager.YouTube/Manager.YouTube.csproj b/Manager.YouTube/Manager.YouTube.csproj index b147586..3a63532 100644 --- a/Manager.YouTube/Manager.YouTube.csproj +++ b/Manager.YouTube/Manager.YouTube.csproj @@ -6,8 +6,4 @@ enable - - - - diff --git a/Manager.YouTube/YouTubeClient.cs b/Manager.YouTube/YouTubeClient.cs new file mode 100644 index 0000000..1ee51ee --- /dev/null +++ b/Manager.YouTube/YouTubeClient.cs @@ -0,0 +1,6 @@ +namespace Manager.YouTube; + +public sealed class YouTubeClient +{ + +} \ No newline at end of file