diff options
author | ByteHamster <info@bytehamster.com> | 2021-08-28 09:52:45 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-08-28 10:59:26 +0200 |
commit | ca64739f363e585758b6ada6cc4e6c9d43191724 (patch) | |
tree | 3b5b6634792a3997d9302053e628ec8cda205ff5 /config | |
parent | ddae5e2278fe6b6e950576cdc460ec7ffe761d5d (diff) | |
download | AntennaPod-ca64739f363e585758b6ada6cc4e6c9d43191724.zip |
Moved media file parser to its own module
Diffstat (limited to 'config')
-rw-r--r-- | config/spotbugs/exclude.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml index 54af117c1..1f06877a6 100644 --- a/config/spotbugs/exclude.xml +++ b/config/spotbugs/exclude.xml @@ -10,7 +10,7 @@ </Match> <Match> <Bug pattern="DM_DEFAULT_ENCODING"/> - <Class name="de.danoeh.antennapod.core.util.vorbiscommentreader.VorbisCommentReader"/> + <Class name="de.danoeh.antennapod.parser.media.vorbis.VorbisCommentReader"/> </Match> <Match> <Bug pattern="HSC_HUGE_SHARED_STRING_CONSTANT"/> |