mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
304b3ef560
* Fixed: Misc UI Style Fixes and Cleanup * Fixed: Change Icon names from Sonarr to Radarr * Added: Search from Movies Index
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
var TemplatedCell = require('../../Cells/TemplatedCell');
|
|
|
|
module.exports = TemplatedCell.extend({
|
|
className : 'movie-title-cell',
|
|
template : 'AddMovies/BulkImport/MoviePathTemplate',
|
|
|
|
});
|