Update audio duration on library scan (#707)
This commit is contained in:
parent
e65b6c76a8
commit
fb9b4eb77e
2 changed files with 8 additions and 2 deletions
|
|
@ -149,6 +149,8 @@ namespace DtoImporterService
|
|||
{
|
||||
var item = importItem.DtoItem;
|
||||
|
||||
book.UpdateLengthInMinutes(item.LengthInMinutes);
|
||||
|
||||
// Update the book titles, since formatting can change
|
||||
book.UpdateTitle(item.Title, item.Subtitle);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue