mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Fixed typo
This commit is contained in:
@@ -383,7 +383,7 @@ class StateDownloads {
|
||||
}
|
||||
private fun validateDownload(videoState: VideoDownload) {
|
||||
if(_downloading.hasItem { it.videoEither.url == videoState.videoEither.url })
|
||||
throw IllegalStateException("Video [${videoState.name}] is already queued for dowload");
|
||||
throw IllegalStateException("Video [${videoState.name}] is already queued for download");
|
||||
|
||||
val existing = getCachedVideo(videoState.id);
|
||||
if(existing != null) {
|
||||
|
||||
Reference in New Issue
Block a user