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