Merge branch 'main' into feature/readonly-sharing
# Conflicts: # server/src/services/album.service.ts
This commit is contained in:
@@ -467,7 +467,6 @@ export type CreateLibraryDto = {
|
||||
exclusionPatterns?: string[];
|
||||
importPaths?: string[];
|
||||
isVisible?: boolean;
|
||||
isWatched?: boolean;
|
||||
name?: string;
|
||||
ownerId: string;
|
||||
"type": LibraryType;
|
||||
@@ -2991,7 +2990,8 @@ export enum AudioCodec {
|
||||
export enum VideoCodec {
|
||||
H264 = "h264",
|
||||
Hevc = "hevc",
|
||||
Vp9 = "vp9"
|
||||
Vp9 = "vp9",
|
||||
Av1 = "av1"
|
||||
}
|
||||
export enum CQMode {
|
||||
Auto = "auto",
|
||||
|
||||
Reference in New Issue
Block a user