Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/routes/admin-playlists.js

    re2c3d09 r6ee289a  
    6262  const playlists = PlaylistService.list(site.id);
    6363  renderPage(req, res, 'pages/admin-playlists', {
     64    // admin-playlists neemt de playlist-editor op, dus die module hoort erbij.
     65    pageJs: 'admin-playlists playlist-editor',
    6466    pageTitleKey: 'admin.t_playlists',
    6567    playlists,
Note: See TracChangeset for help on using the changeset viewer.