philippe44 / LMS-YouTube

Play YouTube videos on LMS
38 stars 15 forks source link

Silence "menu item youtubevideo failed: not an arrayref or hashref" warning #12

Closed michaelherger closed 5 years ago

michaelherger commented 5 years ago

Explicitely return nothing, or Perl will implicitly return the last value evaluated - which often would be an empty string. This gets rid of re-occurring warning "menu item youtubevideo failed: not an arrayref or hashref"

philippe44 commented 5 years ago

Thanks