fixing metarepo

This commit is contained in:
Andy Pack 2022-11-10 17:09:03 +00:00
parent 614819228b
commit 2a6026360b
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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);