ソースを参照

fix: Minor fixes for editnews default content and my playlists should only show blacklist option in community stations

Owen Diffey 3 年 前
コミット
14e8bc4977

+ 1 - 1
frontend/src/components/modals/EditNews.vue

@@ -82,7 +82,7 @@ export default {
 	data() {
 		return {
 			markdown:
-				"# Header\n ## Sub-Header\n- **So**\n- _Many_\n- ~Points~\n\nOther things you want to say and [link](https://example.com).\n\n### Sub-Sub-Header\n> Oh look, a quote!\n\n`lil code`\n\n```\nbig code\n```\n",
+				"# Header\n## Sub-Header\n- **So**\n- _Many_\n- ~Points~\n\nOther things you want to say and [link](https://example.com).\n\n### Sub-Sub-Header\n> Oh look, a quote!\n\n`lil code`\n\n```\nbig code\n```\n",
 			status: "published",
 			createdBy: null,
 			createdAt: 0

+ 3 - 1
frontend/src/pages/Station/Sidebar/Playlists.vue

@@ -61,7 +61,9 @@
 							</confirm>
 							<confirm
 								v-if="
-									isOwnerOrAdmin() && !isExcluded(element._id)
+									station.type === 'community' &&
+									isOwnerOrAdmin() &&
+									!isExcluded(element._id)
 								"
 								@confirm="blacklistPlaylist(element._id)"
 							>