[PR #499] [MERGED] Remove track from playlist by index #568

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/499
Author: @jacksongoode
Created: 7/22/2024
Status: Merged
Merged: 7/24/2024
Merged by: @jacksongoode

Base: masterHead: jackson/remote-track-index


📝 Commits (5)

📊 Changes

7 files changed (+23 additions, -30 deletions)

View changed files

📝 psst-gui/src/data/playlist.rs (+1 -1)
📝 psst-gui/src/data/track.rs (+2 -0)
📝 psst-gui/src/ui/playback.rs (+5 -2)
📝 psst-gui/src/ui/playlist.rs (+1 -9)
📝 psst-gui/src/ui/track.rs (+3 -2)
📝 psst-gui/src/webapi/client.rs (+10 -16)
📝 psst-gui/src/webapi/local.rs (+1 -0)

📄 Description

Resolves https://github.com/jpochyla/psst/issues/477


🔄 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/499 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `master` ← **Head:** `jackson/remote-track-index` --- ### 📝 Commits (5) - [`183f4a3`](https://github.com/jpochyla/psst/commit/183f4a30307bc46494a6a4d0209876bfefd20b33) Remove track from playlist by index - [`edc6981`](https://github.com/jpochyla/psst/commit/edc6981f9ba1c9bc19e7224fc38ce7004126ccfc) Should be good to go, use track date added index - [`f7c5e6a`](https://github.com/jpochyla/psst/commit/f7c5e6affe978b941027d36bb9319dcf4c543e19) Naming - [`be30f6b`](https://github.com/jpochyla/psst/commit/be30f6be587734855ea2730796ca43e2b5b5d2d3) Linting - [`9d87351`](https://github.com/jpochyla/psst/commit/9d873513414a5c6bfd46dccd667e4cc604d8a839) Rename to track_pos everywhere ### 📊 Changes **7 files changed** (+23 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/playlist.rs` (+1 -1) 📝 `psst-gui/src/data/track.rs` (+2 -0) 📝 `psst-gui/src/ui/playback.rs` (+5 -2) 📝 `psst-gui/src/ui/playlist.rs` (+1 -9) 📝 `psst-gui/src/ui/track.rs` (+3 -2) 📝 `psst-gui/src/webapi/client.rs` (+10 -16) 📝 `psst-gui/src/webapi/local.rs` (+1 -0) </details> ### 📄 Description Resolves https://github.com/jpochyla/psst/issues/477 --- <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:28 +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#568
No description provided.