diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-02-03 16:15:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-03 16:15:57 -0500 |
| commit | 2906764298fa19ba82e8ee1952c7f565b3298e0d (patch) | |
| tree | e64f9297b53e305859ac05ec6de3df79a9009410 /Emby.Server.Implementations | |
| parent | a8428c70d9e98f82cd1a3321645591d40b3e99dc (diff) | |
| parent | 9c86c8fe2b7179e319d6dd7a961ed44c2a8abb3d (diff) | |
Merge pull request #2439 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveTvManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs index ff76f6bef..9f0d3a225 100644 --- a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs @@ -2112,7 +2112,7 @@ namespace Emby.Server.Implementations.LiveTv if (timer == null) { - throw new ResourceNotFoundException(string.Format("Timer with Id {0} not found", id)); + throw new ResourceNotFoundException(string.Format("SeriesTimer with Id {0} not found", id)); } var service = GetService(timer.ServiceName); |
