Changed noPlaylist to return nothing

This commit is contained in:
Tibor Baksa 2017-09-11 23:46:19 +02:00
parent 705f7b63a2
commit 42484060ae
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ local log
local function noPlaylist(reason)
log.err('Failed to create playlist:', reason)
return {}
end
local Object = {}