Add more information to artists view, songs view, and format dates correctly in scrobbles view
This commit is contained in:
parent
01fe10f045
commit
65136a44d6
9 changed files with 82 additions and 34 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue