Begin Spotify uploading

This commit is contained in:
mitteneer 2025-02-21 22:53:27 -05:00
parent 7957345057
commit e2ff66ea50
4 changed files with 36 additions and 21 deletions

View file

@ -1,7 +1,7 @@
const std = @import("std");
const jetzig = @import("jetzig");
const jetquery = @import("jetzig").jetquery;
const Scrobble = @import("../../types.zig").SafeLastFMScrobble;
const Scrobble = @import("../../types.zig").LastFMScrobble;
const lastfm = @import("../../types.zig").LastFM;
// The `run` function for a job is invoked every time the job is processed by a queue worker