mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 08:45:44 +02:00
feat: enhance torrent management with new table component and improved navigation
This commit is contained in:
@@ -9,14 +9,10 @@
|
||||
navMain: [
|
||||
{
|
||||
title: 'TV',
|
||||
url: '#',
|
||||
url: '/dashboard/tv',
|
||||
icon: TvIcon,
|
||||
isActive: true,
|
||||
items: [
|
||||
{
|
||||
title: 'Shows',
|
||||
url: '/dashboard/tv'
|
||||
},
|
||||
{
|
||||
title: 'Add a show',
|
||||
url: '/dashboard/tv/add-show'
|
||||
|
||||
Reference in New Issue
Block a user