mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* n00b-proofing
This commit is contained in:
parent
f26266179d
commit
b64e2b23a7
@ -865,7 +865,7 @@ public class MediaBindingBean {
|
|||||||
private void checkMediaFile() throws RuntimeException {
|
private void checkMediaFile() throws RuntimeException {
|
||||||
// make sure file is not null, and that it is an existing file
|
// make sure file is not null, and that it is an existing file
|
||||||
if (mediaFile == null) {
|
if (mediaFile == null) {
|
||||||
throw new RuntimeException("Path to media file has not been set");
|
throw new RuntimeException("Path to media file not set. Click (x)= and select a sample file.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user