mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-19 03:01:19 +02:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
const scrollPositions = {
|
|
artistIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|