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