First running version with all fields, sync, m3u generation and without old controller
This commit is contained in:
10
Tv7Playlist.Core/IPlaylistBuilder.cs
Normal file
10
Tv7Playlist.Core/IPlaylistBuilder.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tv7Playlist.Core
|
||||
{
|
||||
public interface IPlaylistBuilder
|
||||
{
|
||||
Task<Stream> GeneratePlaylistAsync();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user