1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Kometa metadata file creation disabled

Closes #7400
This commit is contained in:
Mark McDowall
2024-12-01 16:20:55 -08:00
committed by GitHub
parent fb9a5efe05
commit c62fc9d05b
30 changed files with 445 additions and 599 deletions
@@ -0,0 +1,6 @@
import { AppSectionProviderState } from 'App/State/AppSectionState';
import Metadata from 'typings/Metadata';
interface MetadataAppState extends AppSectionProviderState<Metadata> {}
export default MetadataAppState;