mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-06-05 21:09:11 +02:00
Fix #136 - crash with download button and lives
This commit is contained in:
parent
85ffb4064b
commit
76a4aa5ae6
@ -282,7 +282,7 @@ public class VideoData {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return files.get(0).getFileDownloadUrl();
|
return files != null && files.size() > 0 ? files.get(0).getFileDownloadUrl() : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Account getAccount() {
|
public Account getAccount() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user