diff --git a/src/.DS_Store b/src/.DS_Store index d716c3c..55b1ba5 100644 Binary files a/src/.DS_Store and b/src/.DS_Store differ diff --git a/src/MauiTubePlayer/GlobalUsings.cs b/src/MauiTubePlayer/GlobalUsings.cs index 13aa8d1..74a76b7 100644 --- a/src/MauiTubePlayer/GlobalUsings.cs +++ b/src/MauiTubePlayer/GlobalUsings.cs @@ -21,4 +21,6 @@ global using Maui.Apps.Framework.Extensions; global using Microsoft.Maui.Controls.Compatibility.Hosting; global using YoutubeExplode; -global using YoutubeExplode.Videos.Streams; \ No newline at end of file +global using YoutubeExplode.Videos.Streams; +global using System.IO; +global using System.Net.Http;