fixing metarepo
This commit is contained in:
parent
614819228b
commit
2a6026360b
@ -63,7 +63,7 @@ public class MetaListenRepository: IListenRepository
|
||||
albumName: albumName,
|
||||
artistName: artistName,
|
||||
from: from,
|
||||
to: scrobbles.LastOrDefault()?.Timestamp,
|
||||
to: scrobbles.FirstOrDefault()?.Timestamp,
|
||||
tracking: tracking,
|
||||
orderTime: orderTime);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user