docs: Typo

This commit is contained in:
Pierre Rudloff 2018-05-26 14:48:15 +02:00
parent acc66356de
commit d398f9101e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ class FrontController
} catch (EmptyUrlException $e) {
/*
If this happens it is probably a playlist
so it will either be handle by getStream() or throw an exception anyway.
so it will either be handled by getStream() or throw an exception anyway.
*/
$videoUrls = [];
}