mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Rename Movie to Group in UI (#4963)
* Replace movies with groups in the UI * Massage menu items * Change view names * Rename Movie components to Group * Refactor movie to group variable names * Rename movie class names to group
This commit is contained in:
6
ui/v2.5/src/pluginApi.d.ts
vendored
6
ui/v2.5/src/pluginApi.d.ts
vendored
@@ -693,12 +693,12 @@ declare namespace PluginApi {
|
||||
function makePerformerScenesUrl(...args: any[]): any;
|
||||
function makePerformerImagesUrl(...args: any[]): any;
|
||||
function makePerformerGalleriesUrl(...args: any[]): any;
|
||||
function makePerformerMoviesUrl(...args: any[]): any;
|
||||
function makePerformerGroupsUrl(...args: any[]): any;
|
||||
function makePerformersCountryUrl(...args: any[]): any;
|
||||
function makeStudioScenesUrl(...args: any[]): any;
|
||||
function makeStudioImagesUrl(...args: any[]): any;
|
||||
function makeStudioGalleriesUrl(...args: any[]): any;
|
||||
function makeStudioMoviesUrl(...args: any[]): any;
|
||||
function makeStudioGroupsUrl(...args: any[]): any;
|
||||
function makeStudioPerformersUrl(...args: any[]): any;
|
||||
function makeTagUrl(...args: any[]): any;
|
||||
function makeParentTagsUrl(...args: any[]): any;
|
||||
@@ -710,7 +710,7 @@ declare namespace PluginApi {
|
||||
function makeTagImagesUrl(...args: any[]): any;
|
||||
function makeScenesPHashMatchUrl(...args: any[]): any;
|
||||
function makeSceneMarkerUrl(...args: any[]): any;
|
||||
function makeMovieScenesUrl(...args: any[]): any;
|
||||
function makeGroupScenesUrl(...args: any[]): any;
|
||||
function makeChildStudiosUrl(...args: any[]): any;
|
||||
function makeGalleryImagesUrl(...args: any[]): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user