Removed 'theatre link' from short link info.

The short link should always link to the theatre mode anyway.
This commit is contained in:
Sybren A. Stüvel 2016-07-07 17:00:24 +02:00
parent 0f8cfc89b3
commit a1b26fe911

View File

@ -107,7 +107,6 @@ def short_link_info(short_code):
return {
'short_code': short_code,
'short_link': short_link,
'theatre_link': urlparse.urljoin(short_link, '?t')
}