Add more information to artists view, songs view, and format dates correctly in scrobbles view

This commit is contained in:
mitteneer 2025-04-27 23:58:50 -04:00
parent 01fe10f045
commit 65136a44d6
9 changed files with 82 additions and 34 deletions

View file

@ -54,9 +54,6 @@ pub fn applyScrobbleRule(allocator: std.mem.Allocator, scrobble: Data.ImportedSc
const list = try al.toOwnedSlice();
@field(output_scrobble, @tagName(on)) = list;
},
//else => {
// std.log.debug("Adding artists doesn't work yet", .{});
//},
}
},
.replace => switch (act.action_on) {