File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ class App extends Component {
270270 style : {
271271 color : "#e1e1e1" ,
272272 fontSize : "14px" ,
273- background : rowInfo && rowInfo . row . Description . includes ( "BUG" ) ? '#c72c53' : null ,
273+ background : rowInfo && rowInfo . row . Description . includes ( "BUG" ) ? '#c72c53' : rowInfo && rowInfo . row . Description . includes ( "TESTING" ) ? '#ffa500' : null ,
274274 } ,
275275 }
276276 }
Original file line number Diff line number Diff line change @@ -54,6 +54,18 @@ export default class App extends Component {
5454 < br /> -[New] Cache cleaner run on startup
5555 < br /> -[New] HandBrakeCLI updated to 1.3.1 on Windows and tdarr_aio
5656 < br /> -[New] FFmpeg 4.2 is now default on tdarr_aio
57+ < br />
58+
59+ < br /> -[New][TESTING]Tdarr_Plugin_075a_Transcode_Customisable
60+ < br /> -[New][TESTING]Tdarr_Plugin_076a_re_order_audio_streams
61+ < br /> -[New][TESTING]Tdarr_Plugin_076b_re_order_subtitle_streams
62+ < br /> -[New][TESTING]Tdarr_Plugin_z18s_rename_files_based_on_codec
63+ < br /> -[New][TESTING]Tdarr_Plugin_43az_add_to_radarr
64+ < br /> -[New][TESTING]Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio
65+
66+
67+
68+ < br />
5769 < br /> -[Fix] Prevent file scanner crashing on certain files
5870 < br /> -[Fix] Prevent problem with one database collection stopping other collection backups
5971
You can’t perform that action at this time.
0 commit comments