1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Files tab is now present. (#245)

* Adding file info tab. Not finished yet.

* Adding more media info options.

* Deleting files now works. Fixes #127

* Fix button for modifying episode files.

* Get Media Info when running DiskScanService.
This commit is contained in:
Leonardo Galli
2017-01-14 01:03:37 +01:00
committed by Tim Turner
parent 5daece0ed4
commit 29586667cb
22 changed files with 392 additions and 13 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ module.exports = NzbDroneCell.extend({
return this;
}
});
});