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

Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack

This commit is contained in:
vitorsemeano 2020-11-08 11:01:27 +00:00
commit 77cda1617c

View file

@ -114,7 +114,7 @@ export function processErrorResponse(response) {
export function alert(options) {
if (typeof options == 'string') {
toast.default({
toast({
text: options
});
} else {