mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Rename XBOX 360 DLC to Xbox 360 DLC to be consistent with rest of the categories
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-05-17 DariusIII
|
||||
* Chg: Rename XBOX 360 DLC to Xbox 360 DLC to be consistent with rest of the categories
|
||||
* Fix: Fix XXX and Full XXX movie view
|
||||
* Fix: Revert to old output code with addition of exit; to prevent overwriting of sent headers
|
||||
* Chg: Use laravel Response class to return xml in Capabilities class output function
|
||||
|
||||
@@ -103,7 +103,7 @@ return [
|
||||
],
|
||||
10 => [
|
||||
'id' => 1070,
|
||||
'title' => 'XBOX 360 DLC',
|
||||
'title' => 'Xbox 360 DLC',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
|
||||
@@ -130,7 +130,7 @@ class CategoriesTableSeeder extends Seeder
|
||||
10 =>
|
||||
array (
|
||||
'id' => 1070,
|
||||
'title' => 'XBOX 360 DLC',
|
||||
'title' => 'Xbox 360 DLC',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => NULL,
|
||||
|
||||
@@ -594,8 +594,8 @@ newznab-tmux https://github.com/NNTmux/newznab-tmux
|
||||
1030 Console/Wii Nintendo Wii
|
||||
1040 Console/Xbox Microsoft XBox
|
||||
1050 Console/Xbox 360 Microsoft XBox 360
|
||||
1060 Console/Wiiware/VC Wii homebrew
|
||||
1070 Console/XBOX 360 DLC Microsoft XBox 360 Downloadable Content
|
||||
1060 Console/Wiiware VC Wii homebrew
|
||||
1070 Console/Xbox 360 DLC Microsoft XBox 360 Downloadable Content
|
||||
1080 Console/PS3 Playstation 3
|
||||
1999 Console/Other Misc Console
|
||||
1110 Console/3DS Nintendo 3DS
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Rename WiiWare/VC category into WiiWare VC
|
||||
|
||||
UPDATE categories SET title = 'WiiWare VC' WHERE title = 'WiiWare/VC';
|
||||
UPDATE categories SET title = 'WiiWare VC' WHERE title = 'WiiWare/VC';
|
||||
UPDATE categories SET title = 'Xbox 360 DLC' WHERE title = 'XBOX 360 DLC';
|
||||
Reference in New Issue
Block a user