[PR #394] [MERGED] Add config option for the paginated items limit #513

Closed
opened 2026-02-28 14:33:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/394
Author: @Insprill
Created: 4/30/2023
Status: Merged
Merged: 4/30/2023
Merged by: @Insprill

Base: masterHead: feature/paginated-limit-config


📝 Commits (1)

  • 2896c9b Add config option for the paginated items limit

📊 Changes

4 files changed (+27 additions, -3 deletions)

View changed files

📝 psst-gui/src/data/config.rs (+2 -0)
📝 psst-gui/src/main.rs (+2 -0)
📝 psst-gui/src/ui/preferences.rs (+19 -0)
📝 psst-gui/src/webapi/client.rs (+4 -3)

📄 Description

Adds a config entry for the maximum amount of paginated items to load. Previously, this was fixed at 500, which cut off tracks in large playlists. The option's default is 500, keeping the same behavior as before.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/394 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 4/30/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `feature/paginated-limit-config` --- ### 📝 Commits (1) - [`2896c9b`](https://github.com/jpochyla/psst/commit/2896c9b3ed435dc06da7a4348b13bb3758638a3d) Add config option for the paginated items limit ### 📊 Changes **4 files changed** (+27 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/config.rs` (+2 -0) 📝 `psst-gui/src/main.rs` (+2 -0) 📝 `psst-gui/src/ui/preferences.rs` (+19 -0) 📝 `psst-gui/src/webapi/client.rs` (+4 -3) </details> ### 📄 Description Adds a config entry for the maximum amount of paginated items to load. Previously, this was fixed at 500, which cut off tracks in large playlists. The option's default is 500, keeping the same behavior as before. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#513
No description provided.