[CHANGE] Reworked client creation
This commit is contained in:
10
Manager.App/Models/Library/ClientPrep.cs
Normal file
10
Manager.App/Models/Library/ClientPrep.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Manager.YouTube;
|
||||
using Manager.YouTube.Models.Innertube;
|
||||
|
||||
namespace Manager.App.Models.Library;
|
||||
|
||||
public class ClientPrep
|
||||
{
|
||||
public YouTubeClient? YouTubeClient { get; set; }
|
||||
public Channel? Channel { get; set; }
|
||||
}
|
Reference in New Issue
Block a user