From 52d7d9f073a0ecbd668b9757b40b1ea505db5285 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sat, 21 Nov 2020 14:00:32 +0100 Subject: [PATCH] Document support for AIFF format --- docs/admin/importing-music.rst | 2 +- front/src/components/library/FileUpload.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/importing-music.rst b/docs/admin/importing-music.rst index f75a6133e..0a0a97302 100644 --- a/docs/admin/importing-music.rst +++ b/docs/admin/importing-music.rst @@ -67,7 +67,7 @@ get details:: .. note:: - At the moment, only Flac, OGG/Vorbis and MP3 files with ID3 tags are supported + At the moment, only Flac, OGG/Vorbis and MP3 or AIFF files with ID3 tags are supported diff --git a/front/src/components/library/FileUpload.vue b/front/src/components/library/FileUpload.vue index d9efdf478..ba3d7c690 100644 --- a/front/src/components/library/FileUpload.vue +++ b/front/src/components/library/FileUpload.vue @@ -49,7 +49,7 @@ We recommend using Picard for that purpose.
  • - The music files you are uploading are in OGG, Flac or MP3 format + The music files you are uploading are in OGG, Flac, MP3 or AIFF format