From 3d53c2dd74e39e5a97d3493eccd5026b00391c6a Mon Sep 17 00:00:00 2001 From: an-lee Date: Fri, 26 Apr 2024 16:38:11 +0800 Subject: [PATCH] extname should support uppercase (#569) --- enjoy/src/main/db/models/audio.ts | 2 +- enjoy/src/main/db/models/video.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enjoy/src/main/db/models/audio.ts b/enjoy/src/main/db/models/audio.ts index 55e34cb1..219e204a 100644 --- a/enjoy/src/main/db/models/audio.ts +++ b/enjoy/src/main/db/models/audio.ts @@ -269,7 +269,7 @@ export class Audio extends Model