[PR #54] [MERGED] fix: 部分无信息歌曲导致异常 #422

Closed
opened 2026-02-27 07:11:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/54
Author: @imsyy
Created: 6/16/2023
Status: Merged
Merged: 6/16/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (2)

  • 17bb9f1 fix: 解决 Vercel 刷新 404
  • 846691f fix: 部分无信息歌曲导致异常

📊 Changes

12 files changed (+172 additions, -54 deletions)

View changed files

📝 src/api/song.js (+2 -0)
📝 src/components/DataList/DataLists.vue (+40 -18)
📝 src/components/DataModal/CloudMatch.vue (+19 -0)
📝 src/components/Player/index.vue (+44 -27)
📝 src/locale/lang/en.js (+3 -0)
📝 src/locale/lang/zh-CN.js (+4 -1)
📝 src/router/index.js (+5 -1)
📝 src/store/musicData.js (+11 -3)
📝 src/utils/Player.js (+6 -4)
📝 src/utils/getLanguageData.js (+2 -0)
📝 src/views/Setting/main.vue (+33 -0)
vercel.json (+3 -0)

📄 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/imsyy/SPlayer/pull/54 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 6/16/2023 **Status:** ✅ Merged **Merged:** 6/16/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`17bb9f1`](https://github.com/imsyy/SPlayer/commit/17bb9f13b812cf6bbde3691b443742eb2669df0f) fix: 解决 Vercel 刷新 404 - [`846691f`](https://github.com/imsyy/SPlayer/commit/846691f7896f9dbdc639dd475b85e4ce26abfcb8) fix: 部分无信息歌曲导致异常 ### 📊 Changes **12 files changed** (+172 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `src/api/song.js` (+2 -0) 📝 `src/components/DataList/DataLists.vue` (+40 -18) 📝 `src/components/DataModal/CloudMatch.vue` (+19 -0) 📝 `src/components/Player/index.vue` (+44 -27) 📝 `src/locale/lang/en.js` (+3 -0) 📝 `src/locale/lang/zh-CN.js` (+4 -1) 📝 `src/router/index.js` (+5 -1) 📝 `src/store/musicData.js` (+11 -3) 📝 `src/utils/Player.js` (+6 -4) 📝 `src/utils/getLanguageData.js` (+2 -0) 📝 `src/views/Setting/main.vue` (+33 -0) ➕ `vercel.json` (+3 -0) </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-27 07:11:48 +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/SPlayer#422
No description provided.