first pass of lyrics command

version bump
more code cleanup
This commit is contained in:
John Grosh
2018-12-04 23:55:32 -05:00
parent 15f3cf07a8
commit 34bffe0148
12 changed files with 118 additions and 19 deletions

View File

@@ -51,7 +51,7 @@ public class OtherUtil
urlConnection.setRequestProperty("user-agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36");
return urlConnection.getInputStream();
}
catch(IOException|IllegalArgumentException e) {}
catch(IOException | IllegalArgumentException ignore) {}
return null;
}