diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-06-27 23:05:45 -0400 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2024-06-27 23:05:45 -0400 |
| commit | c46a50ace9308297e4f17fc002d94a78cb1d7e0c (patch) | |
| tree | 3abb1872ed42ec506db4056ad0d62cc4a3263cb1 /MediaBrowser.Controller/LiveTv | |
| parent | 79e9fe112cbe53e63123a0d0ece09f88ac158286 (diff) | |
Add messages to LiveTvConflict exception
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs b/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs index 881c42c738..3a062a4678 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs @@ -9,10 +9,6 @@ namespace MediaBrowser.Controller.LiveTv /// </summary> public class LiveTvConflictException : Exception { - public LiveTvConflictException() - { - } - public LiveTvConflictException(string message) : base(message) { |
