Rename XBOX 360 DLC to Xbox 360 DLC to be consistent with rest of the categories

This commit is contained in:
DariusIII
2018-05-17 14:02:09 +02:00
parent 96311b80a2
commit 514d6eca15
5 changed files with 7 additions and 5 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -103,7 +103,7 @@ return [
],
10 => [
'id' => 1070,
'title' => 'XBOX 360 DLC',
'title' => 'Xbox 360 DLC',
'parentid' => 1000,
'status' => 1,
'description' => null,
+1 -1
View File
@@ -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,
+2 -2
View File
@@ -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
+2 -1
View File
@@ -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';