mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
minor cleanup.
This commit is contained in:
parent
77f7427230
commit
6c1d16ae57
5 changed files with 9 additions and 4 deletions
|
@ -106,7 +106,7 @@ namespace NzbDrone.Core.Datastore
|
|||
{
|
||||
if (model.Id != 0)
|
||||
{
|
||||
throw new InvalidOperationException("Can't insert model with existing ID");
|
||||
throw new InvalidOperationException("Can't insert model with existing ID " + model.Id);
|
||||
}
|
||||
|
||||
DataMapper.Insert(model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue