1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove empty destory

This commit is contained in:
Cameron 2020-08-05 19:25:22 +01:00
parent 36f389e8f9
commit 3925c8eddb

View file

@ -488,9 +488,6 @@ class HtmlAudioPlayer {
return false;
}
destroy() {
}
supports(feature) {
if (!supportedFeatures) {
supportedFeatures = getSupportedFeatures();