Ignore:
File:
1 edited

Legend:

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

    r6ee289a re2c3d09  
    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',
    6664    pageTitleKey: 'admin.t_playlists',
    6765    playlists,
Note: See TracChangeset for help on using the changeset viewer.