Commit b0447f5
Meyn
Bump Lidarr version
1 parent 4dd60f4 commit b0447f5
1 file changed
Lines changed: 1 addition & 1 deletion
- azure-pipelines.yml+1-1
- frontend/src/Activity/History/Details/HistoryDetails.js+10-1
- frontend/src/Components/Form/EnhancedSelectInput.js+7-10
- frontend/src/Components/Modal/Modal.css-7
- frontend/src/Components/Table/Cells/TableRowCell.css+1-1
- frontend/src/Components/Table/Cells/VirtualTableRowCell.css+1-1
- frontend/src/Components/Table/Table.css+1-1
- frontend/src/Components/Table/TableHeaderCell.css+1-1
- frontend/src/Components/Table/TablePager.css+1-1
- frontend/src/Components/Table/VirtualTableHeaderCell.css+1-1
- frontend/src/Settings/CustomFormats/CustomFormats/Manage/ManageCustomFormatsModalContent.tsx+2-4
- frontend/src/Settings/DownloadClients/DownloadClients/Manage/ManageDownloadClientsModalContent.tsx+2-4
- frontend/src/Settings/Indexers/Indexers/Manage/ManageIndexersModalContent.tsx+2-4
- src/Lidarr.Api.V1/DownloadClient/DownloadClientController.cs+2
- src/Lidarr.Api.V1/Indexers/IndexerController.cs+2
- src/Lidarr.Api.V1/Lidarr.Api.V1.csproj+1-1
- src/Lidarr.Http/Authentication/AuthenticationController.cs+27-2
- src/Lidarr.Http/Lidarr.Http.csproj+1-1
- src/NzbDrone.Common/Disk/DiskProviderBase.cs+20-2
- src/NzbDrone.Common/Lidarr.Common.csproj+3-3
- src/NzbDrone.Core/Download/CompletedDownloadService.cs+5
- src/NzbDrone.Core/History/EntityHistory.cs+3
- src/NzbDrone.Core/History/EntityHistoryService.cs+4-1
- src/NzbDrone.Core/Lidarr.Core.csproj+4-4
- src/NzbDrone.Core/Localization/Core/ar.json+7-1
- src/NzbDrone.Core/Localization/Core/bg.json+7-1
- src/NzbDrone.Core/Localization/Core/ca.json+9-1
- src/NzbDrone.Core/Localization/Core/cs.json+10-1
- src/NzbDrone.Core/Localization/Core/da.json+9-1
- src/NzbDrone.Core/Localization/Core/de.json+11-1
- src/NzbDrone.Core/Localization/Core/el.json+7-1
- src/NzbDrone.Core/Localization/Core/es.json+11-1
- src/NzbDrone.Core/Localization/Core/fi.json+11-1
- src/NzbDrone.Core/Localization/Core/fr.json+11-1
- src/NzbDrone.Core/Localization/Core/he.json+7-1
- src/NzbDrone.Core/Localization/Core/hi.json+7-1
- src/NzbDrone.Core/Localization/Core/hr.json+2-1
- src/NzbDrone.Core/Localization/Core/hu.json+10-1
- src/NzbDrone.Core/Localization/Core/is.json+7-1
- src/NzbDrone.Core/Localization/Core/it.json+15-1
- src/NzbDrone.Core/Localization/Core/ja.json+7-1
- src/NzbDrone.Core/Localization/Core/ko.json+69-1
- src/NzbDrone.Core/Localization/Core/nb_NO.json+2-1
- src/NzbDrone.Core/Localization/Core/nl.json+9-1
- src/NzbDrone.Core/Localization/Core/pl.json+7-1
- src/NzbDrone.Core/Localization/Core/pt.json+8-1
- src/NzbDrone.Core/Localization/Core/pt_BR.json+11-1
- src/NzbDrone.Core/Localization/Core/ro.json+12-1
- src/NzbDrone.Core/Localization/Core/ru.json+21-1
- src/NzbDrone.Core/Localization/Core/sk.json+2-1
- src/NzbDrone.Core/Localization/Core/sv.json+8-1
- src/NzbDrone.Core/Localization/Core/th.json+7-1
- src/NzbDrone.Core/Localization/Core/tr.json+11-1
- src/NzbDrone.Core/Localization/Core/uk.json+7-1
- src/NzbDrone.Core/Localization/Core/vi.json+7-1
- src/NzbDrone.Core/Localization/Core/zh_CN.json+11-1
- src/NzbDrone.Mono/Lidarr.Mono.csproj+1-1
- src/NzbDrone.Test.Common/Lidarr.Test.Common.csproj+1-1
- src/NzbDrone.Update/Lidarr.Update.csproj+1-1
- src/NzbDrone.Windows/Lidarr.Windows.csproj+1-1
- yarn.lock+3-3
0 commit comments