mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-07 04:27:33 +08:00
feat: add oriontv compatible interfaces
This commit is contained in:
@@ -197,7 +197,6 @@ function HomeClient() {
|
||||
title={movie.title}
|
||||
poster={movie.poster}
|
||||
rate={movie.rate}
|
||||
type='movie'
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
@@ -243,7 +242,6 @@ function HomeClient() {
|
||||
title={show.title}
|
||||
poster={show.poster}
|
||||
rate={show.rate}
|
||||
type='tv'
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user