Kavita+ Overhaul & New Changelog (#3507)
This commit is contained in:
parent
d880c1690c
commit
a5707617f2
249 changed files with 14775 additions and 2300 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue