Updated DB Schema and added new initial create
This commit is contained in:
@@ -5,6 +5,6 @@ namespace Tv7Playlist.Core
|
||||
{
|
||||
public interface IPlaylistBuilder
|
||||
{
|
||||
Task<Stream> GeneratePlaylistAsync();
|
||||
Task<Stream> GeneratePlaylistAsync(bool useProxy);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user