콘텐츠 메인
- 채널 검색 추가
This commit is contained in:
		@@ -29,6 +29,7 @@ final class ExplorerViewModel: ObservableObject {
 | 
			
		||||
            .sink { [unowned self] value in
 | 
			
		||||
                DEBUG_LOG("value: \(value)")
 | 
			
		||||
                if value.count > 1 {
 | 
			
		||||
                    UserDefaults.set(value, forKey: .searchChannel)
 | 
			
		||||
                    searchChannel()
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user