1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 04:12:42 +02:00
Files
Radarr/frontend/browsers.js
2019-06-11 22:07:34 -04:00

7 lines
90 B
JavaScript

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