1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00
Radarr/frontend/browsers.js

7 lines
90 B
JavaScript
Raw Normal View History

module.exports = [
'>0.25%',
'not ie 11',
'not op_mini all',
'not chrome < 60'
];