mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Don't print full stack trace when there is no vorbis comment
This commit is contained in:
@ -37,7 +37,7 @@ public abstract class VorbisCommentReader {
|
||||
readUserComment();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
Log.d(TAG, e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user