# Where are my Liked Shows

When updating from version 1.9 to 2.0, there are two breaking changes: your current Liked Shows and Downloads will not be available in version 2.0. However, you can add any number of shows to 'My Liked Shows' by tapping on the heart button next to each show on the show listing page. More instructions on this can be found [here](/navigation/explore/browse-shows.md). You can also download as many episodes as you device storage allows, More instructions on this can be found [here](/navigation/explore/browse-episodes.md)

Why did this happen? Our previous data structure and code had flaws. In order to add all the new features in the new version 2.0, we have rewritten the data structure and app code from scratch, resulting in the loss of those two things. We sincerely apologize to you on this account.&#x20;

{% hint style="info" %}
If you have hundreds of 'Liked Shows' that you would rather not add manually again, you can request a one-time data transfer. In this process, we will transfer the shows list from the old database to the new one. Please keep in mind that after making the request, it will take 2-3 days to complete the transfer.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.oldtimeradioshows.co/faqs/where-are-my-liked-shows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
