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