diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-06-30 23:30:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 23:30:24 +0200 |
| commit | 6225b92da092b378988f497ab8091c4820c49be8 (patch) | |
| tree | 4f7664f7a45609791b24482017caf8fe488304a0 /MediaBrowser.Controller | |
| parent | 64b6805ec3854057337d438c223ccb208d41d892 (diff) | |
| parent | c46a50ace9308297e4f17fc002d94a78cb1d7e0c (diff) | |
Merge pull request #12185 from crobibero/live-tv-conflict-exception
Add messages to LiveTvConflict exception
Diffstat (limited to 'MediaBrowser.Controller')
| -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) { |
