forked from j62/ctbrec
1
0
Fork 0

Add model name to Download threads

This commit is contained in:
0xb00bface 2020-08-18 19:57:53 +02:00
parent d2bffa9e9b
commit 8b4a82d158
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
public void start() throws IOException {
try {
running = true;
Thread.currentThread().setName("Download " + model.getName());
super.startTime = Instant.now();
splitRecStartTime = ZonedDateTime.now();