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

add method to source device icons locally

This commit is contained in:
dkanada 2019-07-01 14:29:46 -07:00
parent 2587ac94b3
commit f3707153a0
18 changed files with 62 additions and 76 deletions

View file

@ -160,9 +160,7 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
}
function getIconUrl(name) {
name = name || 'notificationicon.png';
return require.toUrl('.').split('?')[0] + '/' + name;
}