add library monitor error handling

This commit is contained in:
Luke Pulverenti
2017-02-03 15:52:56 -05:00
parent 29898ce538
commit 9c86c8fe2b
3 changed files with 15 additions and 10 deletions

View File

@@ -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);