How to enable sync on Videos?

A pretty basic question, but I haven’t been able to find any documentation on the topic.

I know that if you add an allow_sync=True to a @route that returns an ObjectContainer, it should enable syncing in the mobile apps. Is there anything else that needs to be done? What’s the best way to test this?

@ascagnel said:
Is there anything else that needs to be done?

Nope, thats it! :smiley:

Well, crap then. I added the allow_sync, but it’s still not showing me that option on mobile.

Here’s the changes I made: https://github.com/ascagnel/GiantBomb.bundle/tree/enable-sync