[PR #1840] [MERGED] fix: ensure default storage is local #1899

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1840
Author: @phanan
Created: 10/6/2024
Status: Merged
Merged: 10/6/2024
Merged by: @phanan

Base: masterHead: default-local-storage


📝 Commits (1)

  • 21fbe96 fix: ensure default storage is local

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 config/koel.php (+1 -1)

📄 Description

Currently if STORAGE_DRIVER is set to an empty string in .env, config('koel.storage_driver') will return an empty string instead of 'local' and break some functionalities.


🔄 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/1840 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 10/6/2024 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `default-local-storage` --- ### 📝 Commits (1) - [`21fbe96`](https://github.com/koel/koel/commit/21fbe964926bc48ef45a78a4e0ccec7c99a97f23) fix: ensure default storage is local ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `config/koel.php` (+1 -1) </details> ### 📄 Description Currently if `STORAGE_DRIVER` is set to an empty string in `.env`, `config('koel.storage_driver')` will return an empty string instead of `'local'` and break some functionalities. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:42 +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#1899
No description provided.