mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-29 11:46:51 +01:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
const scrollPositions = {
|
|
artistIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|