Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
🎨 Fix up some viewtype dbtype selections
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jan 3, 2023
1 parent 1594940 commit b6537cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shortcuts/skinviewtypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@
"rules": {
"images": {
"rule": "Container.Content(images)",
"viewtypes": ["50", "500", "501", "507", "508", "51", "510", "511", "517", "551", "552", "557", "56", "560", "57", "570"],
"viewtypes": ["50", "500", "501", "507", "508", "51", "510", "511", "517", "551", "557", "56", "560", "57", "570"],
"library": "51",
"plugins": "51"
},
"videos": {
"rule": "Container.Content(videos)",
"viewtypes": ["51", "510", "511", "517", "551", "552", "557", "57", "570"],
"viewtypes": ["51", "510", "511", "517", "551", "557", "57", "570"],
"library": "51",
"plugins": "51"
},
"movies": {
"rule": "Container.Content(movies)",
"viewtypes": ["51", "510", "511", "517", "57", "570", "52", "520", "521", "527", "550", "551", "552", "557", "558", "58", "580", "581"],
"viewtypes": ["51", "510", "511", "517", "57", "570", "52", "520", "521", "527", "550", "551", "557", "558", "58", "580", "581"],
"library": "52",
"plugins": "52"
},
Expand Down Expand Up @@ -181,7 +181,7 @@
},
"musicvideos": {
"rule": "Container.Content(musicvideos)",
"viewtypes": ["50", "500", "501", "507", "508", "51", "510", "511", "517", "52", "520", "521", "551", "552", "557", "57", "570", "58", "580", "540"],
"viewtypes": ["50", "500", "501", "507", "508", "51", "510", "511", "517", "52", "520", "521", "551", "557", "57", "570", "58", "580", "540"],
"library": "50",
"plugins": "50"
},
Expand All @@ -199,13 +199,13 @@
},
"songs": {
"rule": "Container.Content(songs)",
"viewtypes": ["501", "508", "511", "551", "552", "557"],
"viewtypes": ["501", "508", "511", "551", "557"],
"library": "501",
"plugins": "501"
},
"files": {
"rule": "Container.Content(files)",
"viewtypes": ["50", "501", "508", "540", "558", "511", "517", "510", "551", "552", "557", "570"],
"viewtypes": ["50", "500", "501", "507", "508", "51", "510", "511", "517", "52", "520", "521", "527", "540", "550", "551", "557", "558", "56", "560", "57", "570", "580", "581"],
"library": "540",
"plugins": "540"
},
Expand Down

0 comments on commit b6537cc

Please sign in to comment.