Devin Buhl
604f45bea4
Fixed: Set id in MenuContent to not required
5 years ago
Devin Buhl
d1a066f601
Fixed: Set year to number instead of string
5 years ago
Devin Buhl
99509e61d3
Fixed: Add Path on Movie Details Page
5 years ago
Devin Buhl
1fe3c81b8d
Fixed: Add Year next to Title on Movie Details Page
5 years ago
Devin Buhl
5d7166662c
Fixed: Remove extra ; in QualityIndex
5 years ago
Qstick
0d2660ee6c
Fixed: Issues with Migration 159, Bad Index, Duplicated WEBDLs
5 years ago
Qstick
f489b6b506
Fixed: Disable some flaky tests on MacOS
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Qstick
c80a492d76
Fixed: Queue Barfs on Null RemoteMovie
5 years ago
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
5 years ago
Qstick
5c3fda48f7
New: Custom Formats on Movie Details File Tab
5 years ago
Qstick
2329ec25b9
Fixed: Move Search Tab Filter Menu Up to TabPanel
5 years ago
Qstick
c08ae534c5
Fixed: List Tags and Prevent Delete of Tag if on List
5 years ago
Qstick
816905a506
New: Add Availability Delay to Indexer Options UI
5 years ago
Qstick
3598d6623a
Fixed: Update Icon for Windows Tray
5 years ago
Qstick
ae6a95bad8
Fixed: Sort by Monitor-Status Column
5 years ago
Qstick
634697af2d
New: Add digits to Deluge's category validator
...
Co-Authored-By: rbraunschweig <rbraunschweig@users.noreply.github.com>
5 years ago
Qstick
d320f8a713
Updated: XBMC notification strings to Kodi
...
Co-Authored-By: sirloinofbeef <sirloinofbeef@users.noreply.github.com>
5 years ago
Qstick
b1e3638b34
Fixed: Legend Colors Backward for Missing
...
Fixes #3846
5 years ago
Qstick
947b9e75db
Fixed: Show Cutoff Status on History Items
5 years ago
Qstick
8ad995e56f
Fixed: Set Default Sort Key for Blacklist Endpoint
5 years ago
Devin Buhl
96fe74760f
Fixed: Instance where Sonarr was used in logging message
5 years ago
Qstick
83eeb747dc
Fixed: Status Filter using Series Filter Options
5 years ago
Qstick
bba5b425b3
Fixed: Delete MovieFile from MovieDetails gives 405
5 years ago
Devin Buhl
f6eb6666c2
Fixed: Trakt link for movies instead of series
5 years ago
Qstick
ee7e507cde
Fixed: History should reload on MovieDetail Movie Change
5 years ago
Qstick
162980ccaf
Fixed: Remove Series Related Cal Setting
5 years ago
Qstick
8e54809c79
Fixed: Audio and Video Columns Switched for MovieFileTable
5 years ago
Qstick
abc6e28401
Fixed: Poster placeholder to new logo
5 years ago
Qstick
567824ebec
New: Show Custom Formats on Queue Page
5 years ago
Qstick
e827a965ad
New: Show Custom Formats on Blacklist Page
5 years ago
Qstick
215d5069a9
New: Show Custom Formats on History Page
5 years ago
Qstick
fb4aa58a75
Fixed: Add Delete Button to Custom Formats
5 years ago
Qstick
dd00c9b53e
Fixed: Remove Plist Fix to prevent Linux Core update failures
5 years ago
Qstick
3c380954ec
Fixed: Missing Movie Search from Index Null Ref
5 years ago
Qstick
136432d098
Fixed: No newline on MediaInfoPopover
5 years ago
Qstick
1920bd53b6
New: Mediainfo Popover for Movie Files
5 years ago
Qstick
ac8a7a9254
Fixed: Match Filter Indicator to Theme Color
5 years ago
Qstick
0039c1c393
New: Show CustomFormats on Interactive Search Results
5 years ago
Qstick
02efc655f9
Fixed: Remove Not-So-Great Parser Case
5 years ago
Qstick
f43210d3d0
Fixed: Default RequireFlags Value (AKA Give torrent guys back their indexers)
5 years ago
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
5 years ago
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
5 years ago
ta264
e1b0dd00bb
Fixed: Don't publish self contained tests
5 years ago
ta264
37a39d1624
Fixed: Make ProcessProvider tests more reliable
5 years ago
ta264
9fe978319e
Fixed: Don't load Radarr.Core.dll as part of Radarr.Update
5 years ago
ta264
2a15113a74
Fixed: MultiLanguages definition
5 years ago
ta264
b5b43b8b3f
Changed: Align GetValueOrDefault extension with netcore3.0 version
...
- netcore3.0 implements the extenion on IReadOnlyDictionary.
- Dictionary implements both IReadonlyDictionary and IDictionary and
so defining the extenion on both interfaces creates an ambiguous
reference
- IDictionary doesn't inherit from IReadOnlyDictionary
Either we have to add 'using NzbDrone.Common.Extenions;'
separately to resolve the ambiguity or we have to standardaize on only
having the extension on IReadOnlyDictionary.
5 years ago
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264
d0f13e16d5
Fixed: All compiler warnings
5 years ago
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
5 years ago