mirror of
https://github.com/Radarr/Radarr
synced 2025-12-07 00:43:32 +01:00
Fix Collection adding log
This commit is contained in:
parent
adcd00d9fd
commit
4f5ad899bb
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public MovieCollection AddMovieCollection(MovieCollection newCollection)
|
||||||
newCollection = AddSkyhookData(newCollection);
|
newCollection = AddSkyhookData(newCollection);
|
||||||
newCollection = SetPropertiesAndValidate(newCollection);
|
newCollection = SetPropertiesAndValidate(newCollection);
|
||||||
|
|
||||||
_logger.Info("Adding Collection {0}", newCollection);
|
_logger.Info("Adding Collection {0}[{1}]", newCollection.Title, newCollection.TmdbId);
|
||||||
|
|
||||||
_collectionService.AddCollection(newCollection);
|
_collectionService.AddCollection(newCollection);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue