[PR #1988] [MERGED] fix: artist/album info tab missing #2001

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1988
Author: @phanan
Created: 7/2/2025
Status: Merged
Merged: 7/2/2025
Merged by: @phanan

Base: masterHead: mb-int


📝 Commits (1)

  • 676c594 fix: artist/album info tab missing

📊 Changes

13 files changed (+211 additions, -27 deletions)

View changed files

resources/assets/img/logos/musicbrainz.svg (+1 -0)
📝 resources/assets/js/__tests__/factory/userFactory.ts (+23 -1)
📝 resources/assets/js/components/profile-preferences/Integrations.vue (+4 -6)
📝 resources/assets/js/components/profile-preferences/LastfmIntegration.spec.ts (+16 -1)
📝 resources/assets/js/components/profile-preferences/LastfmIntegration.vue (+2 -4)
resources/assets/js/components/profile-preferences/MusicBrainzIntegration.spec.ts (+23 -0)
resources/assets/js/components/profile-preferences/MusicBrainzIntegration.vue (+38 -0)
📝 resources/assets/js/components/profile-preferences/SpotifyIntegration.vue (+2 -4)
resources/assets/js/components/profile-preferences/__snapshots__/LastfmIntegration.spec.ts.snap (+49 -0)
resources/assets/js/components/profile-preferences/__snapshots__/MusicBrainzIntegration.spec.ts.snap (+39 -0)
📝 resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/screens/AlbumScreen.vue (+7 -6)
📝 resources/assets/js/components/screens/ArtistScreen.vue (+6 -4)

📄 Description

No description provided


🔄 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/koel/koel/pull/1988 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `mb-int` --- ### 📝 Commits (1) - [`676c594`](https://github.com/koel/koel/commit/676c594610651401e4470c4d73fb87b963c3efdb) fix: artist/album info tab missing ### 📊 Changes **13 files changed** (+211 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `resources/assets/img/logos/musicbrainz.svg` (+1 -0) 📝 `resources/assets/js/__tests__/factory/userFactory.ts` (+23 -1) 📝 `resources/assets/js/components/profile-preferences/Integrations.vue` (+4 -6) 📝 `resources/assets/js/components/profile-preferences/LastfmIntegration.spec.ts` (+16 -1) 📝 `resources/assets/js/components/profile-preferences/LastfmIntegration.vue` (+2 -4) ➕ `resources/assets/js/components/profile-preferences/MusicBrainzIntegration.spec.ts` (+23 -0) ➕ `resources/assets/js/components/profile-preferences/MusicBrainzIntegration.vue` (+38 -0) 📝 `resources/assets/js/components/profile-preferences/SpotifyIntegration.vue` (+2 -4) ➕ `resources/assets/js/components/profile-preferences/__snapshots__/LastfmIntegration.spec.ts.snap` (+49 -0) ➕ `resources/assets/js/components/profile-preferences/__snapshots__/MusicBrainzIntegration.spec.ts.snap` (+39 -0) 📝 `resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/screens/AlbumScreen.vue` (+7 -6) 📝 `resources/assets/js/components/screens/ArtistScreen.vue` (+6 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:00 +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/koel-koel#2001
No description provided.