Initial open-source self-hosted Songs2YT edition
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const BRAND_NAME = "Songs2YT";
|
||||
export const BRAND_DOMAIN = `${BRAND_NAME}.com`;
|
||||
export const VIDEO_ATTRIBUTION_PREFIX = "Uploaded through";
|
||||
|
||||
export function getVideoAttributionText() {
|
||||
return `${VIDEO_ATTRIBUTION_PREFIX} ${BRAND_DOMAIN}`;
|
||||
}
|
||||
Reference in New Issue
Block a user