Revert "Move all data fetching to BookInfo"

This reverts commit f6ff53ca31.
This commit is contained in:
ta264
2021-12-26 19:01:35 +00:00
parent 399a370e7a
commit 9a2260a00f
28 changed files with 928 additions and 578 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
using System.Diagnostics;
using System.Diagnostics;
namespace NzbDrone.Core.Datastore
{
[DebuggerDisplay("{GetType().FullName} ID = {Id}")]
[DebuggerDisplay("{GetType()} ID = {Id}")]
public abstract class ModelBase
{
public int Id { get; set; }