Float-based Volumes (#2659)
This commit is contained in:
parent
6fdc9228df
commit
f6af6d66be
44 changed files with 3106 additions and 184 deletions
|
@ -36,7 +36,7 @@ public class ScrobbleEvent : IEntityDate
|
|||
/// <summary>
|
||||
/// Depends on the ScrobbleEvent if filled in
|
||||
/// </summary>
|
||||
public int? VolumeNumber { get; set; }
|
||||
public int? VolumeNumber { get; set; } // TODO: Migrate this to float
|
||||
/// <summary>
|
||||
/// Has this event been processed and pushed to Provider
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue