wrong ebook added manually

This commit is contained in:
nek0 2020-04-29 14:42:26 +02:00
parent 63955ba9ee
commit 9349628937
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace Bücherwurm
NextId += 1;
var newEBook = new EBook(newBook);
newEBook.OverwriteNullId(NextId);
Products.Add(newBook);
Products.Add(newEBook);
NextId += 1;
}