mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-20 06:21:47 +01:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
const scrollPositions = {
|
|
seriesIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|