From 9338047e9215bab6cdb90c930fafde066ed78c0d Mon Sep 17 00:00:00 2001 From: Digimezzo Date: Sat, 4 Nov 2023 08:41:41 +0100 Subject: [PATCH] Removes music-metadata from used components --- src/app/common/application/constants.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/common/application/constants.ts b/src/app/common/application/constants.ts index 7f40ef0ab..7332b3a86 100644 --- a/src/app/common/application/constants.ts +++ b/src/app/common/application/constants.ts @@ -194,12 +194,6 @@ export class Constants { 'https://momentjs.com/', 'https://github.com/moment/moment/blob/develop/LICENSE', ), - new ExternalComponent( - 'music-metadata', - 'Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.', - 'https://github.com/borewit/music-metadata', - 'https://github.com/Borewit/music-metadata/blob/master/README.md', - ), new ExternalComponent( 'Node Fetch', 'A light-weight module that brings Fetch API to Node.js.',