(self,flag,id,vipFlags)
| 107 | } |
| 108 | return result |
| 109 | def playerContent(self,flag,id,vipFlags): |
| 110 | result = {} |
| 111 | result["parse"] = 0 |
| 112 | result["playUrl"] = '' |
| 113 | result["url"] = id |
| 114 | result["header"] = '' |
| 115 | return result |
| 116 | |
| 117 | config = { |
| 118 | "player": {}, |
nothing calls this directly
no outgoing calls
no test coverage detected