Added studios to filters and scene page.

This commit is contained in:
2024-09-03 05:56:14 +02:00
parent c3362e614e
commit 60c7e2a876
12 changed files with 108 additions and 19 deletions

6
src/entities-prefixes.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
channel: '',
network: '_',
studio: '*',
info: '@',
};