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

Add default export for compatibility

This commit is contained in:
Dmitry Lyzo 2020-03-29 00:06:27 +03:00
parent 5efc95fd09
commit eb047175be
2 changed files with 24 additions and 2 deletions

View file

@ -1853,3 +1853,14 @@ import 'programStyles';
cell.removeAttribute('data-seriestimerid');
}
}
export default {
getCardsHtml: getCardsHtml,
getDefaultBackgroundClass: getDefaultBackgroundClass,
getDefaultText: getDefaultText,
buildCards: buildCards,
onUserDataChanged: onUserDataChanged,
onTimerCreated: onTimerCreated,
onTimerCancelled: onTimerCancelled,
onSeriesTimerCancelled: onSeriesTimerCancelled
};