Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumer

This commit is contained in:
Patrick Barron
2020-08-13 20:31:26 -04:00
parent 57e2f7248d
commit 3e5fe04427
3 changed files with 111 additions and 53 deletions

View File

@@ -0,0 +1,6 @@
namespace MediaBrowser.Controller.Library
{
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
{
}
}