change error message

This commit is contained in:
jb-alvarado 2022-06-25 23:12:38 +02:00
parent 89226e179c
commit da1799e704

View File

@ -152,7 +152,7 @@ pub fn read_json(
return set_defaults(playlist, current_file, start_sec);
}
error!("Read playlist error, on: <b><magenta>{current_file}</></b>");
error!("Playlist <b><magenta>{current_file}</></b> not exist!");
JsonPlaylist::new(date, start_sec)
}