Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/83c637e8cb2c16d3927083667e04db770b77b5a9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Two VideoCodec naming token options

Fixes 
pull/5870/head
Qstick 4 years ago
parent fd612f9258
commit 83c637e8cb

@ -139,7 +139,7 @@ class NamingModal extends Component {
const mediaInfoTokens = [
{ token: '{MediaInfo Simple}', example: 'x264 DTS' },
{ token: '{MediaInfo Full}', example: 'x264 DTS [EN+DE]' },
{ token: '{MediaInfo VideoCodec}', example: 'x264' },
{ token: '{MediaInfo AudioCodec}', example: 'DTS' },
{ token: '{MediaInfo AudioChannels}', example: '5.1' },
{ token: '{MediaInfo AudioLanguages}', example: '[EN+DE]' },

Loading…
Cancel
Save