Kavita+ Overhaul & New Changelog (#3507)

This commit is contained in:
Joe Milazzo 2025-01-20 08:14:57 -06:00 committed by GitHub
parent d880c1690c
commit a5707617f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
249 changed files with 14775 additions and 2300 deletions

View file

@ -112,7 +112,11 @@ export enum Action {
/**
* Copy settings from one entity to another
*/
CopySettings = 27
CopySettings = 27,
/**
* Match an entity with an upstream system
*/
Match = 28
}
/**
@ -463,6 +467,7 @@ export class ActionFactoryService {
requiresAdmin: false,
children: [],
},
// {
// action: Action.AddToScrobbleHold,
// title: 'add-to-scrobble-hold',
@ -543,6 +548,14 @@ export class ActionFactoryService {
},
],
},
{
action: Action.Match,
title: 'match',
description: 'match-tooltip',
callback: this.dummyCallback,
requiresAdmin: true,
children: [],
},
{
action: Action.Download,
title: 'download',