jellyfin-web/dashboard-ui/scripts/homefavorites.js

1 line
246 B
JavaScript
Raw Normal View History

2017-01-27 20:16:59 -07:00
define(["components/favoriteitems"],function(favoriteItems){"use strict";return function(view,params,tabContent){var self=this;self.renderTab=function(){var parentId=null;favoriteItems.render(tabContent,Dashboard.getCurrentUserId(),parentId)}}});