Allow filtering scrobble uploads by date
Necessary to avoid double scrobbling if uploading from two sources (i.e. my Spotify data [2016-2023] and my last.fm data [2019-present])
This commit is contained in:
parent
ab01f2e213
commit
7957345057
6 changed files with 90 additions and 26 deletions
|
|
@ -13,6 +13,9 @@ pub fn build(b: *std.Build) !void {
|
|||
});
|
||||
|
||||
// Example dependency:
|
||||
//
|
||||
const zig_time_dep = b.dependency("zeit", .{});
|
||||
exe.root_module.addImport("zeit", zig_time_dep.module("zeit"));
|
||||
|
||||
// All dependencies **must** be added to imports above this line.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue