fix some small things

This commit is contained in:
Moritz Jung 2024-06-22 15:53:07 +02:00
parent 4dcffab5b0
commit 1fb09395fd
4 changed files with 14 additions and 21 deletions

View file

@ -9,10 +9,10 @@ import { MediaDbSearchModal } from '../modals/MediaDbSearchModal';
import { MediaType } from './MediaType';
export enum ModalResultCode {
SUCCESS,
SKIP,
CLOSE,
ERROR,
SUCCESS = 'SUCCESS',
SKIP = 'SKIP',
CLOSE = 'CLOSE',
ERROR = 'ERROR',
}
/**