mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Removed old comments
This commit is contained in:
parent
7d4db30e38
commit
fd4ffa0fa2
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ define([
|
||||||
var seriesId = this.model.get('id');
|
var seriesId = this.model.get('id');
|
||||||
var title = this.model.get('seriesName');
|
var title = this.model.get('seriesName');
|
||||||
var quality = this.options.qualityProfile.val();
|
var quality = this.options.qualityProfile.val();
|
||||||
|
|
||||||
//Todo: WTF - Why are we changing the series path if the path already exists on disk?
|
|
||||||
//Todo: This wiil create an invalid path on linux...
|
|
||||||
var path = this.options.folder.path;
|
var path = this.options.folder.path;
|
||||||
|
|
||||||
var model = new NzbDrone.Series.SeriesModel({
|
var model = new NzbDrone.Series.SeriesModel({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue