mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 10:22:53 +09:00 
			
		
		
		
	fix(server): remove isWatched from DTO (#8598)
* fix: remove isWatched * chore: open api
This commit is contained in:
		@@ -461,7 +461,6 @@ export type CreateLibraryDto = {
 | 
			
		||||
    exclusionPatterns?: string[];
 | 
			
		||||
    importPaths?: string[];
 | 
			
		||||
    isVisible?: boolean;
 | 
			
		||||
    isWatched?: boolean;
 | 
			
		||||
    name?: string;
 | 
			
		||||
    ownerId: string;
 | 
			
		||||
    "type": LibraryType;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user