mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Fix some error messages not being displayed
This commit is contained in:
@@ -448,7 +448,7 @@ class ClapperPlayer extends PlayerBase
|
||||
|
||||
_onPlayerWarning(player, error)
|
||||
{
|
||||
debug(error.message, 'LEVEL_WARNING');
|
||||
debug(error.message);
|
||||
}
|
||||
|
||||
_onPlayerError(player, error)
|
||||
|
Reference in New Issue
Block a user