diff options
Diffstat (limited to 'MediaBrowser.Controller/Library/PlaybackStopEventArgs.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/PlaybackStopEventArgs.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Controller/Library/PlaybackStopEventArgs.cs b/MediaBrowser.Controller/Library/PlaybackStopEventArgs.cs deleted file mode 100644 index b0f6799fc..000000000 --- a/MediaBrowser.Controller/Library/PlaybackStopEventArgs.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace MediaBrowser.Controller.Library -{ - public class PlaybackStopEventArgs : PlaybackProgressEventArgs - { - /// <summary> - /// Gets or sets a value indicating whether [played to completion]. - /// </summary> - /// <value><c>true</c> if [played to completion]; otherwise, <c>false</c>.</value> - public bool PlayedToCompletion { get; set; } - } -}
\ No newline at end of file |
