FIX
This commit is contained in:
parent
325a7c2507
commit
31f7f80675
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ false
|
||||||
}
|
}
|
||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
return Component.text("Invalid URL").color(NamedTextColor.RED);
|
return Component.text("Invalid URL").color(NamedTextColor.RED);
|
||||||
} catch (ArrayIndexOutOfBoundsException e) {
|
} catch (IndexOutOfBoundsException e) {
|
||||||
return Component.text("Song not found").color(NamedTextColor.RED);
|
return Component.text("Song not found").color(NamedTextColor.RED);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return Component.text(e.toString()).color(NamedTextColor.RED);
|
return Component.text(e.toString()).color(NamedTextColor.RED);
|
||||||
|
|
Loading…
Reference in a new issue