mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-01 19:26:46 +01:00
Merge pull request #6164 from ByteHamster/print-no-message
Don't print full stack trace when there is no vorbis comment
This commit is contained in:
commit
fe2195f051
@ -37,7 +37,7 @@ public abstract class VorbisCommentReader {
|
||||
readUserComment();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
Log.d(TAG, e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user