mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Remove music configuration
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
<button onclick="window.location.href='/config/content_type/ledger';">
|
||||
Configure Ledger
|
||||
</button>
|
||||
<button onclick="window.location.href='/config/content_type/music';">
|
||||
Configure Org Music
|
||||
</button>
|
||||
</div>
|
||||
<h2>Processors</h2>
|
||||
<button onclick="window.location.href='/config/processor/conversation/';">
|
||||
|
||||
@@ -18,7 +18,7 @@ logger = logging.getLogger("khoj")
|
||||
web_client = APIRouter()
|
||||
templates = Jinja2Templates(directory=constants.web_directory)
|
||||
|
||||
VALID_CONTENT_TYPES = ["org", "ledger", "music", "markdown", "pdf"]
|
||||
VALID_CONTENT_TYPES = ["org", "ledger", "markdown", "pdf"]
|
||||
|
||||
|
||||
# Create Routes
|
||||
|
||||
Reference in New Issue
Block a user