mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
empty torrent list folder color chenged
This commit is contained in:
@@ -6,6 +6,11 @@ import NoServerConnection from './NoServerConnection'
|
||||
import AddFirstTorrent from './AddFirstTorrent'
|
||||
|
||||
export default function TorrentList({ isOffline, isLoading, torrents }) {
|
||||
return (
|
||||
<CenteredGrid>
|
||||
<AddFirstTorrent />
|
||||
</CenteredGrid>
|
||||
)
|
||||
if (isLoading || isOffline || !torrents.length) {
|
||||
return (
|
||||
<CenteredGrid>
|
||||
|
||||
Reference in New Issue
Block a user