1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Kometa metadata file creation disabled

(cherry picked from commit c62fc9d05bb9e1fe51b454d78e80bd9250e31f89)

Closes #10738
This commit is contained in:
Mark McDowall
2024-12-01 16:20:55 -08:00
committed by Bogdan
parent 01a53d3624
commit a6d727fe2a
35 changed files with 697 additions and 740 deletions
@@ -0,0 +1,6 @@
import { AppSectionProviderState } from 'App/State/AppSectionState';
import Metadata from 'typings/Metadata';
interface MetadataAppState extends AppSectionProviderState<Metadata> {}
export default MetadataAppState;