From 4f7abb4909ec54c0b0c938915d9dd6a4895c0942 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 3 Mar 2015 03:45:33 +0000 Subject: [PATCH] * added custom alias --- BuildData.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildData.groovy b/BuildData.groovy index 3da6dc73..9a5f0161 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -290,6 +290,7 @@ addSeriesAlias('M*A*S*H', 'MASH') addSeriesAlias('M*A*S*H', 'M.A.S.H.') addSeriesAlias('NCIS: Los Angeles', 'NCIS LA') addSeriesAlias('NCIS: Los Angeles', 'NCIS LosAngeles') +addSeriesAlias('NCIS: New Orleans', 'NCIS NO') addSeriesAlias('How I Met Your Mother', 'HIMYM') addSeriesAlias('Battlestar Galactica (2003)', 'BSG') addSeriesAlias('World Series of Poker', 'WSOP')