diff --git a/frontend/src/components/Feed.tsx b/frontend/src/components/Feed.tsx
index 37e0423..a2a76e5 100644
--- a/frontend/src/components/Feed.tsx
+++ b/frontend/src/components/Feed.tsx
@@ -552,25 +552,33 @@ export default function Feed({
);
})}
-
-
+ {/* The Source filter (organic / include-search / search-only) is a global-catalog concept —
+ it selects how videos ENTERED the library. On a channel-scoped view we already show all
+ of this one channel's videos (librarySource is pinned to "all"), so the selector would
+ only offer a near-empty, confusing slice — hide it here. */}
+ {!channelScoped && (
+ <>
+
+
+ >
+ )}
{countQuery.data